【类 型】:
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
8f275ed939
commit
0f0558c049
@ -87,12 +87,12 @@ label {
|
||||
.el-button {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
/*抽屉样式 默认上侧加圆角*/
|
||||
.el-drawer {
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
/* 大于480px时的圆角样式 */
|
||||
/* 抽屉样式 大于480px时的圆角样式 */
|
||||
.el-drawer-large {
|
||||
border-top-left-radius: 10px !important;
|
||||
border-bottom-left-radius: 10px !important;
|
||||
@ -100,7 +100,7 @@ label {
|
||||
border-bottom-right-radius: 0px !important;
|
||||
}
|
||||
|
||||
/* 小于480px时的圆角样式 */
|
||||
/*抽屉样式 小于480px时的圆角样式 */
|
||||
.el-drawer-small {
|
||||
border-top-left-radius: 10px !important;
|
||||
border-top-right-radius: 10px !important;
|
||||
|
Loading…
Reference in New Issue
Block a user