From 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十二月 2023 21:05:37 +0800 Subject: [PATCH] 2023-12-12 --- 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