修改全局样式表,package

This commit is contained in:
Jason 2022-08-17 10:38:38 +08:00
parent 54a79aacc7
commit 138755c339
2 changed files with 1 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"axios": "^0.27.2", "axios": "^0.27.2",
"css-color-function": "^1.3.3", "css-color-function": "^1.3.3",
"echarts": "^5.3.3", "echarts": "^5.3.3",
"element-plus": "2.2.9", "element-plus": "^2.2.9",
"highlight.js": "^11.6.0", "highlight.js": "^11.6.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.14", "pinia": "^2.0.14",

View File

@ -18,11 +18,6 @@
clear: both; clear: both;
visibility: hidden; visibility: hidden;
} }
.ls-card {
padding: 20px;
border-radius: var(--el-card-border-radius);
background-color: var(--el-fill-color-blank);
}
} }
/* NProgress */ /* NProgress */