From ea4cf388b11923ae181f17661aae71c0b95fecd5 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 14 八月 2020 12:00:50 +0800
Subject: [PATCH] 添加底库样式调整,跳转及关闭窗口同步高亮处理

---
 src/pages/cameraVideo/index/Video.vue |   76 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/src/pages/cameraVideo/index/Video.vue b/src/pages/cameraVideo/index/Video.vue
index 8bc9049..bffa55d 100644
--- a/src/pages/cameraVideo/index/Video.vue
+++ b/src/pages/cameraVideo/index/Video.vue
@@ -636,5 +636,81 @@
     // box-shadow: #e4e7ed 0px 0px 9px inset;
     border-radius: 5px;
   }
+
 }
+.titlebar{
+  height: 10px!important;
+  background: #fff!important;
+  .button{
+    position: absolute;
+    font-size: 25px!important;
+    right: 10px;
+    top: 10px;
+    z-index: 3;
+  }
+}
+.addToBase {
+    width: 98%;
+    height: 430px;
+    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;
+
+        // display: flex;
+        // justify-content: flex-start;
+        .base {
+          //flex-wrap: wrap;
+          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;
+            }
+          }
+        }
+      }
+    }
+    .buttons {
+      position: absolute;
+      right: 0px;
+      bottom: 15px;
+    }
+  }
 </style>

--
Gitblit v1.8.0