perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-11-20 19:43:49 +08:00
parent c2aa7d9428
commit 26b6f857cd
19 changed files with 513 additions and 368 deletions

View File

@@ -1,5 +1,3 @@
// cover some element-plus styles
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
font-weight: 400 !important;
@@ -15,7 +13,6 @@
display: none;
}
// refine element ui upload
.upload-container {
.el-upload {
width: 100%;
@@ -27,17 +24,14 @@
}
}
// dropdown
.el-dropdown-menu {
padding: 2px 0 2px 0 !important;
}
// to fix el-date-picker css style
.el-range-separator {
box-sizing: content-box;
}
// el-tooltip的权重
.is-dark {
z-index: 99999 !important;
}