diff --git a/src/styles/index.scss b/src/styles/index.scss index 4cae3e3..961553b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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;