wujingjing
2025-01-17 67d49e1d4c6b0519803982f8028253afa9552d0f
src/theme/element.scss
@@ -6,18 +6,15 @@
.el-button:not(.is-circle) i.el-icon,
.el-button i.iconfont,
.el-button i.ywifont,
.el-button i.fa,
.el-button--default i.iconfont,
.el-button--default i.ywifont,
.el-button--default i.fa {
   font-size: 14px !important;
   margin-right: 5px;
}
.el-button--small i.iconfont,
.el-button--small i.ywifont,
.el-button--small i.fa {
   font-size: 12px !important;
   margin-right: 5px;
@@ -283,6 +280,9 @@
.el-step__title {
   font-size: 14px;
}
.el-step__icon{
   z-index: 0;
}
/* Dialog 对话框
------------------------------- */
@@ -379,8 +379,23 @@
         font-weight: 500;
      }
   }
   .el-table__cell {
      z-index: 0;
   }
}
.el-table--border .el-table__inner-wrapper::after, .el-table--border::after, .el-table--border::before, .el-table__inner-wrapper::before{
   z-index: 0 !important;
}
.el-table__border-left-patch{
   z-index: 0;
}
.el-checkbox__inner{
   z-index: 0;
}
/* 树形选择 proper
--------------------------------------------------------- */
.el-tree-select__popper {