fix 修复 全局样式导致组件全覆盖问题 依旧采用单组件声明

This commit is contained in:
疯狂的狮子Li 2024-04-18 14:02:43 +08:00
parent 2f60c96fbf
commit 7386e69033

View File

@ -132,7 +132,3 @@
color: var(--el-color-primary) !important;
}
// 修复el-select下拉框宽度问题
.el-select {
width: 240px !important;
}