2017-07-11 19:12:13 +08:00
|
|
|
/* .interface-box.css */
|
|
|
|
.interface-box {
|
|
|
|
max-width: 11rem;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-box-flex: 1;
|
2017-07-26 14:54:14 +08:00
|
|
|
margin: 24px auto;
|
|
|
|
border-radius: 4px;
|
2017-07-26 14:56:13 +08:00
|
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
2017-07-11 19:12:13 +08:00
|
|
|
font-size: 0.14rem;
|
2017-07-12 12:17:27 +08:00
|
|
|
background: #FFF;
|
2017-07-11 19:12:13 +08:00
|
|
|
|
|
|
|
.interface-list {
|
|
|
|
width: 216px;
|
|
|
|
line-height: 45px;
|
|
|
|
background: #f9fafe;
|
2017-07-26 14:54:14 +08:00
|
|
|
|
2017-07-11 19:12:13 +08:00
|
|
|
li {
|
|
|
|
padding: 0 0 0 30px;
|
|
|
|
color: #344562;
|
|
|
|
cursor: pointer;
|
2017-07-26 14:54:14 +08:00
|
|
|
|
2017-07-20 15:38:25 +08:00
|
|
|
&:hover {
|
|
|
|
color: #29f;
|
|
|
|
}
|
2017-07-26 14:54:14 +08:00
|
|
|
|
2017-07-20 15:38:25 +08:00
|
|
|
a {
|
|
|
|
color: #344562;
|
|
|
|
&:hover {
|
|
|
|
color: #29f;
|
|
|
|
}
|
2017-07-11 19:12:13 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.interface-table {
|
|
|
|
-webkit-box-flex: 1;
|
2017-07-25 17:41:58 +08:00
|
|
|
margin: 0 20px;
|
2017-07-26 13:07:12 +08:00
|
|
|
min-height: 740px;
|
2017-07-11 19:12:13 +08:00
|
|
|
.ant-table-wrapper table {
|
|
|
|
font-size: .14rem;
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-07-13 20:09:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* .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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|