From 80deba0c2dcffd9e6b6f07815c7c52199309ce42 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 六月 2025 17:36:03 +0800 Subject: [PATCH] 2025-06-23 --- src/tabviews/custom/components/form/tab-form/index.scss | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/tabviews/custom/components/form/tab-form/index.scss b/src/tabviews/custom/components/form/tab-form/index.scss index f1fabf1..c26ee74 100644 --- a/src/tabviews/custom/components/form/tab-form/index.scss +++ b/src/tabviews/custom/components/form/tab-form/index.scss @@ -12,22 +12,24 @@ min-height: 36px; margin-bottom: 20px; font-size: 16px; + font-weight: inherit; .form-title { position: relative; flex: 1; text-align: center; cursor: pointer; + font-weight: inherit; } } .mk-normal-form-title.mkbtn { .form-title { background: #ffffff; - color: #1890ff; - border: 1px solid #1890ff; + color: var(--mk-sys-color); + border: 1px solid var(--mk-sys-color); transition: all 0.3s; } .form-title.active { - background: #1890ff; + background: var(--mk-sys-color); color: #ffffff; } .form-title:first-child { @@ -58,10 +60,7 @@ .submit { min-width: 70px; border: none; - } - .skip { - float: right; - height: auto; + border-style: solid; } } .mk-form-action.no-button { -- Gitblit v1.8.0