mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-12 12:54:48 +08:00
47 lines
640 B
SCSS
47 lines
640 B
SCSS
.m-panel{
|
|
background-color: #fff;
|
|
padding: 24px;
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
border-radius: 4px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.btn-container {
|
|
text-align: right;
|
|
}
|
|
|
|
.modal-input {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: .24rem;
|
|
.label {
|
|
text-align: right;
|
|
}
|
|
.select {
|
|
width: 1.2rem;
|
|
}
|
|
}
|
|
|
|
.member-opration {
|
|
text-align: right;
|
|
.select {
|
|
width: 1.2rem;
|
|
}
|
|
.btn-danger {
|
|
margin-left: .08rem;
|
|
}
|
|
}
|
|
|
|
.m-user {
|
|
display: flex;
|
|
align-items: center;
|
|
.m-user-img {
|
|
width: .32rem;
|
|
height: .32rem;
|
|
border-radius: .04rem;
|
|
}
|
|
.m-user-name {
|
|
margin-left: 8px;
|
|
}
|
|
}
|