From 6eca9768cc8e9dd6388274a450011d1b673b80c3 Mon Sep 17 00:00:00 2001 From: wangyu <823267011@qq.com> Date: Tue, 28 Apr 2026 15:49:29 +0800 Subject: [PATCH] =?UTF-8?q?text=E6=8C=89=E9=92=AE=E8=AF=AF=E4=BC=A4?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gear-ui3/src/assets/styles/index.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gear-ui3/src/assets/styles/index.scss b/gear-ui3/src/assets/styles/index.scss index 9af31f2..98929bf 100644 --- a/gear-ui3/src/assets/styles/index.scss +++ b/gear-ui3/src/assets/styles/index.scss @@ -242,6 +242,28 @@ aside { color: inherit; } +.el-button--text { + --el-button-text-color: var(--app-primary); + color: var(--app-primary); + background: transparent; + border-color: transparent; + padding: 0 4px; +} + +.el-button--text:hover, +.el-button--text:focus { + color: var(--app-secondary); + background: transparent; + border-color: transparent; +} + +.el-button--text .el-button__text, +.el-button--text span, +.el-button--text .svg-icon, +.el-button--text i { + color: inherit; +} + .el-card__header { background: linear-gradient(90deg, #1c2b3a 0%, #25384a 100%); color: #fff;