“fujiacheng” 10 месяцев назад
Родитель
Сommit
b02ce0fa3e

+ 1 - 1
src/views/disaster/monitor/splitScreenRetrieval/CameraGroupListAndTree/CameraGroupList/CameraGroup.vue

@@ -340,8 +340,8 @@
           position: absolute;
           position: absolute;
           left: 0;
           left: 0;
           right: 0;
           right: 0;
+          top: -7px;
           font-size: 20px;
           font-size: 20px;
-          font-weight: 500;
           color: #1777ff;
           color: #1777ff;
           text-align: center;
           text-align: center;
           z-index: 1;
           z-index: 1;

+ 2 - 3
src/views/disaster/monitor/splitScreenRetrieval/CameraGroupListAndTree/CameraGroupList/CameraGroupList.vue

@@ -10,7 +10,7 @@
     </div>
     </div>
 
 
     <div class="createGroupInput" v-show="showCreateGroupInput">
     <div class="createGroupInput" v-show="showCreateGroupInput">
-      <img class="folderIcon" src="@/assets/icons/nine-square-grid/folder.png" />
+      <img class="folderIcon" src="@/assets/icons/nine-square-grid/folder-white.png" />
       <el-input
       <el-input
         v-model="inputNewGroupName"
         v-model="inputNewGroupName"
         class="GroupNameInput"
         class="GroupNameInput"
@@ -136,10 +136,9 @@
         &::after {
         &::after {
           content: '+';
           content: '+';
           position: absolute;
           position: absolute;
-          top: 0;
+          top: -1px;
           left: 0;
           left: 0;
           right: 0;
           right: 0;
-          bottom: 0;
           font-size: 20px;
           font-size: 20px;
           font-weight: 500;
           font-weight: 500;
           color: #1777ff;
           color: #1777ff;