mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-24 13:14:16 +08:00
17 lines
306 B
SCSS
17 lines
306 B
SCSS
.interface-edit{
|
|
padding:10px;
|
|
.interface-edit-item{
|
|
margin-bottom: 10px;
|
|
}
|
|
.interface-edit-item-content{
|
|
margin-bottom: 10px;
|
|
}
|
|
.interface-edit-del-icon{
|
|
margin-top: 10px;
|
|
margin-left: 5px;
|
|
cursor: pointer
|
|
}
|
|
.ant-select-selection__rendered{
|
|
line-height: 34px;
|
|
}
|
|
} |