From 08cce3334a2dc81d690b518136b0aaea64e48b0b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 14 六月 2023 09:55:50 +0800
Subject: [PATCH] 2023-06-14

---
 src/menu/components/module/voucher/voucherTable/index.scss |  110 ++++---------------------------------------------------
 1 files changed, 8 insertions(+), 102 deletions(-)

diff --git a/src/menu/components/module/voucher/voucherTable/index.scss b/src/menu/components/module/voucher/voucherTable/index.scss
index e8175c8..c46fe8d 100644
--- a/src/menu/components/module/voucher/voucherTable/index.scss
+++ b/src/menu/components/module/voucher/voucherTable/index.scss
@@ -31,10 +31,10 @@
       border-right: 1px solid #e9e9e9;
     }
     span:nth-child(3), span:nth-child(6) {
-      border-color: #91d5ff;
+      border-color: #474069;
     }
     span:nth-child(9) {
-      border-color: #ffa39e;
+      border-color: #C48584;
     }
   }
 
@@ -45,11 +45,12 @@
       tr {
         th {
           position: relative;
-          background-color: transparent;
+          background-color: #E3E7F2;
           padding: 0;
           height: 60px;
           line-height: 60px;
           text-align: center;
+          border-right: 1px solid #d8d8d8;
 
           .ant-table-header-column {
             display: block;
@@ -82,12 +83,16 @@
       max-width: 60px;
     }
     .ant-table-tbody {
+      tr:last-child {
+        background-color: #FBF8EF;
+      }
       tr td {
         position: relative;
         background-color: transparent;
         padding: 0;
         height: 60px;
         vertical-align: top;
+        border-right: 1px solid #d8d8d8;
 
         .content-wrap {
           padding: 5px;
@@ -156,104 +161,5 @@
   }
   td.pointer {
     position: relative;
-  }
-  td.pointer {
-    .mk-mask {
-      display: none;
-      cursor: pointer;
-      position: absolute;
-      top: 0;
-      left: 0;
-      bottom: 0;
-      right: 0;
-    }
-  }
-}
-.edit-custom-table.editable {
-  td {
-    background-color: #ffffff!important;
-  }
-  td.pointer .mk-mask {
-    display: block;
-  }
-  .mk-operation {
-    display: none;
-  }
-  .ant-table-placeholder {
-    display: none;
-  }
-}
-.edit-custom-table:not(.fixed-height) {
-  .ant-table-body::-webkit-scrollbar {
-    width: 8px;
-    height: 10px;
-  }
-  ::-webkit-scrollbar-thumb {
-    border-radius: 5px;
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
-    background: rgba(0, 0, 0, 0.13);
-  }
-  ::-webkit-scrollbar-track {/*婊氬姩鏉¢噷闈㈣建閬�*/
-    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
-    border-radius: 3px;
-    border: 1px solid rgba(0, 0, 0, 0.07);
-    background: rgba(0, 0, 0, 0);
-  }
-}
-.edit-custom-table.fixed-height {
-  .ant-table-body {
-    border-bottom: 1px solid rgba(0, 0, 0, .05);
-    .ant-table-fixed {
-      border-bottom: 0;
-    }
-  }
-}
-.edit-custom-table.hidden {
-  thead {
-    display: none;
-  }
-}
-.edit-custom-table.ghost {
-  .ant-table-thead > tr {
-    > th {
-      color: inherit;
-      background: transparent;
-      .ant-table-column-sorter .ant-table-column-sorter-inner {
-        color: inherit;
-      }
-    }
-    > th:hover {
-      background: transparent;
-    }
-  }
-  .ant-table-body {
-    overflow-x: auto;
-    tr {
-      td {
-        background: transparent!important;
-      }
-    }
-    tr:hover td {
-      background: transparent!important;
-    }
-  }
-}
-.image-scale-modal {
-  width: 70vw;
-  min-height: 80vh;
-  top: 10vh;
-  .ant-modal-body {
-    min-height: calc(80vh - 110px);
-    line-height: calc(80vh - 160px);
-    text-align: center;
-  }
-  .ant-modal-footer {
-    text-align: center;
-    span {
-      display: inline-block;
-      color: #1890ff;
-      padding: 5px 15px;
-      cursor: pointer;
-    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0