提交 9aad4827 编写于 作者: 郝先瑞

feat: 添加scss变量全局导出的vite配置

上级 1c690cc7
// cover some element-ui styles // 覆盖 element-plus 的样式
.el-breadcrumb__inner, .el-breadcrumb__inner,
.el-breadcrumb__inner a { .el-breadcrumb__inner a {
font-weight: 400 !important; font-weight: 400 !important;
...@@ -28,7 +27,6 @@ ...@@ -28,7 +27,6 @@
.upload-container { .upload-container {
.el-upload { .el-upload {
width: 100%; width: 100%;
.el-upload-dragger { .el-upload-dragger {
width: 100%; width: 100%;
height: 200px; height: 200px;
...@@ -55,5 +53,5 @@ ...@@ -55,5 +53,5 @@
// card 的header统一高度 // card 的header统一高度
.el-card__header{ .el-card__header{
height: 61px!important; height: 60px!important;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册