From 96df9c12a94474ddd567fab1f255d3721b6cf03c Mon Sep 17 00:00:00 2001 From: wangting <wangting@vci-tech.com> Date: 星期四, 02 一月 2025 16:28:38 +0800 Subject: [PATCH] 调整UI引擎页面按钮图标 --- Source/plt-web/plt-web-ui/src/styles/ui.scss | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 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 5bed0d1..56715a0 100644 --- a/Source/plt-web/plt-web-ui/src/styles/ui.scss +++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss @@ -530,7 +530,28 @@ text-align: center; padding-left: 4.5px; } - +/*鏄剧ずsvg鍥炬爣鐨勬寜閽�*/ +.el-button--small.button-custom-icon{ + padding: 7px 14px; +} +.el-button--small.button-custom-icon > span{ + height: 16px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -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; +} /* 鏍� */ -- Gitblit v1.9.3