mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 10:59:21 +08:00
perf: 移除冗余的 element plus css 完整导入
This commit is contained in:
parent
20cc0885d7
commit
23f0c1b133
@ -2,7 +2,7 @@
|
||||
|
||||
// 卡片
|
||||
.el-card {
|
||||
background-color: var(--el-bg-color);
|
||||
background-color: var(--el-bg-color) !important;
|
||||
}
|
||||
|
||||
// 分页
|
||||
|
@ -8,7 +8,6 @@ import App from "@/App.vue"
|
||||
// css
|
||||
import "uno.css"
|
||||
import "normalize.css"
|
||||
import "element-plus/dist/index.css"
|
||||
import "element-plus/theme-chalk/dark/css-vars.css"
|
||||
import "vxe-table/lib/style.css"
|
||||
import "vxe-table-plugin-element/dist/style.css"
|
||||
|
Loading…
x
Reference in New Issue
Block a user