mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
62 lines
936 B
SCSS
62 lines
936 B
SCSS
/* .user-box.css */
|
|
.user-box {
|
|
max-width: 11rem;
|
|
display: -webkit-box;
|
|
-webkit-box-flex: 1;
|
|
margin: .88rem auto 0 auto;
|
|
font-size: 0.14rem;
|
|
background: #FFF;
|
|
min-height:500px;
|
|
margin-top: 84px;
|
|
|
|
ul{border:none}
|
|
|
|
.user-list {
|
|
width: 216px;
|
|
.search{
|
|
margin: 5px;
|
|
}
|
|
}
|
|
|
|
.user-table {
|
|
-webkit-box-flex: 1;
|
|
padding-right: 15px;
|
|
margin-left: 15px;
|
|
.ant-table-wrapper table {
|
|
font-size: .14rem;
|
|
|
|
button {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-profile {
|
|
-webkit-box-flex: 1;
|
|
margin-top: 15px;
|
|
margin-left: 15px;
|
|
|
|
.user-item {
|
|
min-height:35px;
|
|
line-height:35px;
|
|
margin: 5px;
|
|
margin-bottom:10px;
|
|
|
|
.text-button{
|
|
font-size: 12px;
|
|
color: #657289;
|
|
cursor: pointer
|
|
}
|
|
|
|
.edit-buttons{
|
|
margin:10px;
|
|
}
|
|
|
|
.edit-button{
|
|
margin: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
} |