From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 22:05:08 +0800 Subject: [PATCH] 2024-11-07 --- src/menu/components/form/dragtitle/index.scss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/menu/components/form/dragtitle/index.scss b/src/menu/components/form/dragtitle/index.scss index f4413f1..f1c1799 100644 --- a/src/menu/components/form/dragtitle/index.scss +++ b/src/menu/components/form/dragtitle/index.scss @@ -2,10 +2,15 @@ display: flex; line-height: 30px; min-height: 50px; + font-weight: inherit; + div { + font-weight: inherit; + } .page-card { position: relative; flex: 1; text-align: center; + background: transparent; cursor: move; .form-sort { background: #d8d8d8; -- Gitblit v1.8.0