From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 17:17:11 +0800 Subject: [PATCH] 2021-08-26 --- src/menu/components/form/dragtitle/index.scss | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 50 insertions(+), 0 deletions(-) diff --git a/src/menu/components/form/dragtitle/index.scss b/src/menu/components/form/dragtitle/index.scss index 100acac..f4413f1 100644 --- a/src/menu/components/form/dragtitle/index.scss +++ b/src/menu/components/form/dragtitle/index.scss @@ -36,4 +36,54 @@ 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