From 169f6cd29a0d3add4fe2cf35c3579b45fa83c0d4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 十一月 2023 00:02:45 +0800 Subject: [PATCH] 2023-11-14 --- src/tabviews/custom/components/form/step-form/index.scss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/form/step-form/index.scss b/src/tabviews/custom/components/form/step-form/index.scss index 06b56f4..8a2908a 100644 --- a/src/tabviews/custom/components/form/step-form/index.scss +++ b/src/tabviews/custom/components/form/step-form/index.scss @@ -11,10 +11,12 @@ line-height: 30px; min-height: 50px; margin-bottom: 20px; + font-weight: inherit; .form-title { position: relative; flex: 1; text-align: center; + font-weight: inherit; .form-sort { background: #d8d8d8; display: block; @@ -69,6 +71,7 @@ .submit { min-width: 70px; border: none; + border-style: solid; } .skip { color: rgba(0, 0, 0, 0.85); -- Gitblit v1.8.0