From f45b2ad61211cf2821cdaab07676c7906c96410a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 05 七月 2023 18:23:56 +0800
Subject: [PATCH] 2023-07-05

---
 src/menu/components/calendar/index.scss |   67 ++++++++++++++++++++++-----------
 1 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/src/menu/components/calendar/index.scss b/src/menu/components/calendar/index.scss
index 6c942d6..a245819 100644
--- a/src/menu/components/calendar/index.scss
+++ b/src/menu/components/calendar/index.scss
@@ -7,8 +7,51 @@
   background-size: cover;
   min-height: 50px;
 
-  .model-menu-card-cell-list {
-    flex: 1;
+  .model-table-search-list {
+    padding: 10px 0px 15px;
+    min-height: 65px;
+    border-bottom: 1px solid #f0f0f0;
+    .page-card {
+      background: transparent;
+    }
+    .quickly-add {
+      display: inline-block;
+      position: absolute;
+      z-index: 3;
+      right: 70px;
+      bottom: 5px;
+      .ant-btn-block {
+        background-color: transparent;
+        color: #1890ff;
+        border: none;
+        box-shadow: none !important;
+        height: 18px;
+        padding: 0 10px;
+      }
+    }
+  }
+  .model-table-search-list.length0 {
+    min-height: 10px;
+    border-bottom: 0;
+    >.quickly-add {
+      right: unset;
+      left: -8px;
+      bottom: 0;
+    }
+    >.ant-row {
+      position: absolute;
+      top: 0;
+      left: 0;
+      right: 0;
+      bottom: 0;
+      min-height: 10px;
+      .common-drawarea-placeholder {
+        display: none;
+      }
+    }
+    >.ant-switch {
+      display: none;
+    }
   }
 
   >.anticon-tool {
@@ -20,26 +63,6 @@
     cursor: pointer;
     padding: 5px;
     background: rgba(255, 255, 255, 0.55);
-  }
-
-  .card-item {
-    overflow: hidden;
-    position: relative;
-    background-color: #ffffff;
-    background-position: center center;
-    background-repeat: no-repeat;
-    background-size: cover;
-    min-height: 20px;
-  }
-  
-  .card-item:hover {
-    box-shadow: 0px 0px 2px #1890ff;
-  }
-
-  .model-menu-card-cell-list .card-detail-row > .anticon-plus {
-    position: absolute;
-    right: -30px;
-    font-size: 16px;
   }
 }
 .menu-calendar-edit-box::after {

--
Gitblit v1.8.0