From 20185ab64a165df51515d9fa1c9b12a7a8c55f59 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 07 四月 2023 23:11:04 +0800
Subject: [PATCH] 2023-04-07

---
 src/menu/components/card/cardcellcomponent/dragaction/index.scss |  136 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 135 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss
index 7f5a539..51310de 100644
--- a/src/menu/components/card/cardcellcomponent/dragaction/index.scss
+++ b/src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -1,10 +1,11 @@
 .card-detail-row {
+  line-height: 1.5;
   .ant-mk-text {
     font-style: inherit;
     font-weight: inherit;
     text-decoration: inherit;
   }
-  .ant-mk-text:not(.line1) {
+  .ant-mk-text:not(.line1):not(.line) {
     word-break: break-word;
     display: -webkit-box;
     -webkit-box-orient: vertical;
@@ -92,9 +93,142 @@
     border-left: 0;
     border-right: 0;
   }
+  .ant-mk-check {
+    white-space: nowrap;
+    overflow: hidden;
+    word-break: break-word;
+    text-overflow: ellipsis;
+    font-weight: inherit;
+    font-style: inherit;
+    .ant-checkbox-wrapper {
+      font-weight: inherit;
+      font-size: inherit;
+      font-style: inherit;
+      color: inherit;
+      span {
+        font-weight: inherit;
+      }
+    }
+  }
   .ant-mk-picture {
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
   }
+  .ant-mk-icon {
+    vertical-align: top;
+    line-height: inherit;
+    color: inherit;
+  }
+  .ant-switch-large {
+    min-width: 60px;
+    height: 30px;
+    line-height: 28px;
+
+    .ant-switch-inner {
+      margin-right: 5px;
+      margin-left: 30px;
+      font-size: 16px;
+    }
+  }
+  .ant-switch-large.ant-switch-checked {
+    .ant-switch-inner {
+      margin-right: 30px;
+      margin-left: 5px;
+    }
+  }
+  .ant-switch-large::after {
+    width: 26px;
+    height: 26px;
+  }
+
+  .mk-counter {
+    display: inline-block;
+    white-space: nowrap;
+    border: 1px solid #d9d9d9;
+    font-size: 14px;
+    border-radius: 2px;
+    background: #ffffff;
+    span {
+      display: inline-block;
+      height: 20px;
+      line-height: 22px;
+      vertical-align: top;
+      text-align: center;
+    }
+    span:first-child {
+      width: 22px;
+      text-align: center;
+      font-size: 12px;
+      border-right: 1px solid #d9d9d9;
+    }
+    span:nth-child(2) {
+      width: 42px;
+    }
+    span:last-child {
+      width: 22px;
+      text-align: center;
+      font-size: 12px;
+      border-left: 1px solid #d9d9d9;
+    }
+  }
+  .mk-counter.small {
+    font-size: 12px;
+    span {
+      height: 18px;
+      line-height: 19px;
+    }
+    span:first-child {
+      width: 20px;
+      font-size: 10px;
+    }
+    span:nth-child(2) {
+      width: 38px;
+    }
+    span:last-child {
+      width: 20px;
+      font-size: 10px;
+    }
+  }
+  .mk-counter.large {
+    font-size: 16px;
+    span {
+      height: 24px;
+      line-height: 25px;
+    }
+    span:first-child {
+      width: 26px;
+      font-size: 13px;
+    }
+    span:nth-child(2) {
+      width: 48px;
+    }
+    span:last-child {
+      width: 26px;
+      font-size: 13px;
+    }
+  }
+
+  .card-cell > div {
+    background-position: center center;
+    background-repeat: no-repeat;
+    background-size: cover;
+  }
+  .sort-wrap {
+    position: relative;
+    margin-left: 5px;
+    font-size: 12px;
+    color: #bfbfbf;
+    display: none;
+
+    .anticon-caret-up {
+      position: relative;
+      top: -4px;
+    }
+    .anticon-caret-down {
+      position: absolute;
+      top: 5px;
+      left: 0px;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0