mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
74 lines
1.1 KiB
SCSS
74 lines
1.1 KiB
SCSS
/* .interface-box.css */
|
|
.interface-box {
|
|
max-width: 11rem;
|
|
display: -webkit-box;
|
|
-webkit-box-flex: 1;
|
|
margin: 24px auto;
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
font-size: 0.14rem;
|
|
background: #FFF;
|
|
|
|
.interface-list {
|
|
width: 216px;
|
|
line-height: 45px;
|
|
background: #f9fafe;
|
|
|
|
li {
|
|
padding: 0 0 0 30px;
|
|
color: #344562;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #29f;
|
|
}
|
|
|
|
a {
|
|
color: #344562;
|
|
&:hover {
|
|
color: #29f;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.interface-table {
|
|
-webkit-box-flex: 1;
|
|
margin: 0 20px;
|
|
min-height: 740px;
|
|
.ant-table-wrapper table {
|
|
font-size: .14rem;
|
|
|
|
button {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* .interface-mode-box.css 管理项目成员弹层 */
|
|
.interface-mode-box {
|
|
.add-user {
|
|
display: -webkit-box;
|
|
.ant-input {
|
|
width: 70%;
|
|
display: block;
|
|
}
|
|
.ant-btn {
|
|
margin: 0 0 0 15px;
|
|
height: 32px;
|
|
}
|
|
}
|
|
|
|
.users {
|
|
margin: 10px 0 0 0;
|
|
font-size: 0.14rem;
|
|
p {
|
|
line-height: 0.21rem;
|
|
}
|
|
.tags {
|
|
margin: 10px 0 0 0;
|
|
}
|
|
}
|
|
}
|