【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
tk 2024-07-24 19:51:14 +08:00
parent 8f275ed939
commit 0f0558c049

View File

@ -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;