From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/menu/components/form/dragtitle/index.scss | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 50 insertions(+), 1 deletions(-) diff --git a/src/menu/components/form/dragtitle/index.scss b/src/menu/components/form/dragtitle/index.scss index cc8d2b3..f4413f1 100644 --- a/src/menu/components/form/dragtitle/index.scss +++ b/src/menu/components/form/dragtitle/index.scss @@ -32,9 +32,58 @@ top: 18px; } .page-card.active { - color: #1890ff; .form-sort { background: #1890ff; } } +} +.normal-form-titles.mktab { + font-size: 16px; + line-height: 36px; + min-height: 36px; + margin-bottom: 16px; + border-bottom: 1px solid #d9d9d9; + .form-sort { + display: none; + } + .page-card { + margin-bottom: 0px; + border-bottom: 2px solid transparent; + } + .page-card::before { + display: none; + } + .page-card.active { + border-bottom-color: #1890ff; + } +} +.normal-form-titles.mkbtn { + font-size: 16px; + line-height: 36px; + min-height: 36px; + margin-bottom: 16px; + + .form-sort { + display: none; + } + .page-card { + margin-bottom: 0px; + background: #ffffff; + color: #1890ff; + border: 1px solid #1890ff; + border-radius: 0px; + } + .page-card:first-child { + border-radius: 4px 0px 0px 4px; + } + .page-card:last-child { + border-radius: 0px 4px 4px 0px; + } + .page-card::before { + display: none; + } + .page-card.active { + background: #1890ff; + color: #ffffff; + } } \ No newline at end of file -- Gitblit v1.8.0