From 9a552e21711626af15ff36b298bcbe4422021f02 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期五, 24 一月 2025 10:20:19 +0800 Subject: [PATCH] 完成loading 显示 --- src/theme/element.scss | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/theme/element.scss b/src/theme/element.scss index d77b2ea..3cc2375 100644 --- a/src/theme/element.scss +++ b/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 { -- Gitblit v1.9.3