From 801ea96902c2901b0f29906fcba5f3fccd6ee337 Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期五, 03 一月 2025 14:50:05 +0800 Subject: [PATCH] 修改默认图标 --- Source/plt-web/plt-web-ui/src/styles/ui.scss | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/styles/ui.scss b/Source/plt-web/plt-web-ui/src/styles/ui.scss index 56715a0..810be2c 100644 --- a/Source/plt-web/plt-web-ui/src/styles/ui.scss +++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss @@ -493,7 +493,12 @@ .UI-dynamic > .avue-crud{ height: 100%; } - +/* +svg鍥炬爣 + */ +.iconShow svg{ + fill: currentColor; +} /* 琛ㄥ崟 */ @@ -508,7 +513,9 @@ } -/***鎸夐挳妗�****/ +/*** +鎸夐挳 +****/ .tree-buttons .el-button{ margin: 0 5px 5px 0; } @@ -546,12 +553,14 @@ -ms-flex-pack: center; justify-content: center; } +/*鍥炬爣**/ .el-button--small.button-custom-icon > span .iconShow{ font-size: 16px !important; width: 16px !important; height: 16px !important; margin-right: 6px; } + /* 鏍� */ @@ -559,6 +568,7 @@ .el-tree .el-tree-node__loading-icon{ display: none !important; } +/*鍥炬爣**/ .el-tree-node__label .iconShow{ display: inline-block; width: 14px !important; @@ -566,7 +576,7 @@ margin-right: 3px; } .el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{ - font-size: 14px;margin-top: 3px; + font-size: 14px;margin-top: 4px; margin-right: 3px; } .el-select{ -- Gitblit v1.9.3