mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
120 lines
2.2 KiB
SCSS
120 lines
2.2 KiB
SCSS
@import '../../styles/mixin.scss';
|
|
|
|
.g-doc {
|
|
margin: .24rem auto;
|
|
min-height: 5rem;
|
|
}
|
|
|
|
/* .user-box.css */
|
|
.user-box {
|
|
@include row-width-limit;
|
|
display: -webkit-box;
|
|
-webkit-box-flex: 1;
|
|
margin: .88rem auto 0 auto;
|
|
// font-size: 0.14rem;
|
|
|
|
|
|
margin-top: 40px;
|
|
margin-bottom: 55px;
|
|
|
|
|
|
|
|
.user-list {
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
background: #FFF;
|
|
border-radius:4px;
|
|
margin-top: 15px;
|
|
.search{
|
|
padding: 5px;
|
|
background-color: #eee;
|
|
}
|
|
ul{border:none}
|
|
.ant-menu-item{
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
.user-name{
|
|
padding: .24rem;
|
|
// text-align: center;
|
|
background-color: #34495e;
|
|
color: white;
|
|
font-size: 16px;
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
span{
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.router-content{
|
|
min-height:calc(100% - 2.47rem);
|
|
}
|
|
.user-table {
|
|
-webkit-box-flex: 1;
|
|
padding: 24px;
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
background: #FFF;
|
|
margin-top: 15px;
|
|
.ant-table-wrapper table {
|
|
// font-size: .14rem;
|
|
|
|
a {
|
|
// font-size: 12px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.user-profile {
|
|
-webkit-box-flex: 1;
|
|
margin-top: 15px;
|
|
padding: 24px;
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
background: #FFF;
|
|
border-radius: .04rem;
|
|
.user-item {
|
|
min-height:35px;
|
|
line-height:35px;
|
|
margin: 5px;
|
|
margin-left: 0px;
|
|
margin-bottom: 16px;
|
|
border-bottom: 1px solid #f1f3f6;
|
|
padding-bottom: 16px;
|
|
#old_password,#password,#verify_pass{
|
|
margin-top: 20px;
|
|
}
|
|
#old_password{
|
|
margin-top: 0px;
|
|
}
|
|
.ant-col-12{
|
|
.ant-input{
|
|
width: 60%;
|
|
margin-right: 16px;
|
|
}
|
|
}
|
|
.ant-col-4{
|
|
color: rgba(0,0,0,0.85);
|
|
padding: 0px 16px;
|
|
text-indent: .7em;
|
|
// background-color: #f1f3f6;
|
|
border-left: 4px solid #f1f3f6;
|
|
margin-right: 30px;
|
|
white-space: nowrap;
|
|
}
|
|
.text{
|
|
padding-right: 15px;
|
|
}
|
|
.text-button{
|
|
// font-size: 12px;
|
|
color: #657289;
|
|
cursor: pointer
|
|
}
|
|
}
|
|
}
|
|
|
|
.user-nav {
|
|
border-bottom-left-radius: .04rem;
|
|
border-bottom-right-radius: .04rem;
|
|
}
|
|
}
|