From e0231a8dd254d9418eed6619161e6b957633fe11 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 10 十二月 2021 20:25:49 +0800
Subject: [PATCH] 对比库管理2

---
 src/pages/library/components/carList.vue |  119 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 59 insertions(+), 60 deletions(-)

diff --git a/src/pages/library/components/carList.vue b/src/pages/library/components/carList.vue
index 245779d..ac6737f 100644
--- a/src/pages/library/components/carList.vue
+++ b/src/pages/library/components/carList.vue
@@ -844,6 +844,7 @@
       }
     },
     deleteThis(id) {
+      debugger
       let token =
         sessionStorage.getItem("loginedInfo") &&
         JSON.parse(sessionStorage.getItem("loginedInfo")).access_token;
@@ -1420,8 +1421,8 @@
 }
 .mask1 {
   position: absolute;
-  width: 150px;
-  height: 150px;
+  width: 100px;
+  height: 100px;
   background: rgba(0, 0, 0, 0.35);
   backdrop-filter: blur(1px) brightness(100%);
   text-align: center;
@@ -1539,61 +1540,59 @@
   padding-left: 8px !important;
   padding-right: 0px !important;
 }
-.addToBase1 {
-  width: 98%;
-  height: 350px;
-  position: relative;
-  .topLabel {
-    margin-top: 20px;
-    height: 40px;
-    border-bottom: 1px solid #eee;
-    font-family: PingFangSC-Medium;
-    font-size: 20px;
-    font-weight: 600;
-    line-height: 1rem;
-    color: #222222;
-    text-align: left;
-    margin-left: 15px;
-  }
-  .items {
-    width: 100%;
-    height: auto;
-    max-height: 35%;
-    overflow-y: auto;
-    margin: 20px 0px;
-    .lable {
-      width: 15%;
-      margin-top: 10px;
-      float: left;
-      //font-family: PingFangSC-Medium;
-      font-size: 14px;
-      font-weight: 600;
-    }
-    .baseList {
-      width: 85%;
-      height: 100%;
-      float: left;
-      .base {
-        width: calc(33% - 10px);
-        padding: 0px 5px;
-        line-height: 30px;
-        float: left;
-        text-align: left;
-        font-size: 12px !important;
-        .el-checkbox {
-          width: 100%;
-          display: block;
-          overflow: hidden;
-          text-overflow: ellipsis;
-          white-space: nowrap;
-          .el-checkbox__label {
-            display: inline !important;
-          }
-        }
-      }
-    }
-  }
-}
+// .addToBase1 {
+//   height: 350px;
+//   position: relative;
+//   .topLabel {
+//     margin-top: 20px;
+//     height: 40px;
+//     border-bottom: 1px solid #eee;
+//     font-family: PingFangSC-Medium;
+//     font-size: 20px;
+//     font-weight: 600;
+//     line-height: 1rem;
+//     color: #222222;
+//     text-align: left;
+//     margin-left: 15px;
+//   }
+//   .items {
+//     width: 100%;
+//     height: auto;
+//     overflow-y: auto;
+//       margin-bottom: 20px;
+//     .lable {
+//       // width: 15%;
+//       margin-top: 10px;
+//       // float: left;
+//       //font-family: PingFangSC-Medium;
+//       font-size: 14px;
+//       font-weight: 600;
+//     }
+//     .baseList {
+//       // width: 85%;
+//       height: 100%;
+//       // float: left;
+//       .base {
+//         width: calc(33% - 10px);
+//         padding: 0px 5px;
+//         line-height: 30px;
+//         float: left;
+//         text-align: left;
+//         font-size: 12px !important;
+//         .el-checkbox {
+//           width: 100%;
+//           display: block;
+//           overflow: hidden;
+//           text-overflow: ellipsis;
+//           white-space: nowrap;
+//           .el-checkbox__label {
+//             display: inline !important;
+//           }
+//         }
+//       }
+//     }
+//   }
+// }
 .copy,
 .move {
   .el-dialog__body {
@@ -1602,9 +1601,9 @@
 }
 
 .avatar-uploader {
-  max-width: 150px;
-  min-width: 150px;
-  min-height: 152px;
+   max-width: 100px;
+  min-width: 100px;
+  min-height: 100px;
   border: 1px solid #eee;
 }
 

--
Gitblit v1.8.0