From 26d0fa42ea8c63a87e8ef93d0915f75f46fb1f9c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 三月 2022 11:09:53 +0800
Subject: [PATCH] 2022-03-24

---
 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