mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
11 lines
175 B
SCSS
11 lines
175 B
SCSS
.m-container{
|
|
background-color: #fff;
|
|
padding: 16px 24px;
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.ant-input-group-wrapper {
|
|
width: 100%;
|
|
}
|