feat: 添加scss变量全局导出的vite配置
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// 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 @@
|
|||||||
.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 @@
|
|||||||
|
|
||||||
// card 的header统一高度
|
// card 的header统一高度
|
||||||
.el-card__header{
|
.el-card__header{
|
||||||
height: 61px!important;
|
height: 60px!important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user