浏览代码

定点分析调整

Hwf 6 月之前
父节点
当前提交
25fd6d62c6
共有 2 个文件被更改,包括 24 次插入11 次删除
  1. 二进制
      src/assets/images/map/rightMenu/dialog2.png
  2. 24 11
      src/views/globalMap/RightMenu/FixedPointAnalysis.vue

二进制
src/assets/images/map/rightMenu/dialog2.png


+ 24 - 11
src/views/globalMap/RightMenu/FixedPointAnalysis.vue

@@ -352,9 +352,9 @@ onMounted(() => {
 
 <style lang="scss" scoped>
 .menu-content {
-  width: 1584px;
-  height: 1772px;
-  background: url('@/assets/images/map/rightMenu/onlinePlotting/dialog.png') no-repeat;
+  width: 1500px;
+  height: 2071px;
+  background: url('@/assets/images/map/rightMenu/dialog2.png') no-repeat;
   padding: 130px 45px 20px 50px;
   font-size: 36px;
   position: relative;
@@ -428,10 +428,23 @@ onMounted(() => {
     margin: 3px 0;
     display: flex;
     align-items: center;
-    .el-checkbox {
+    :deep(.el-checkbox) {
       color: #8fa8be;
       margin-right: 10px;
       flex-shrink: 0;
+      .el-checkbox__inner {
+        width: 28px;
+        height: 28px;
+        &::after {
+          width: 6px;
+          height: 14px;
+          left: 8px;
+          top: 4px;
+        }
+      }
+      .el-checkbox__label {
+        font-size: 38px;
+      }
     }
     .custom-input2 {
       flex: 1;
@@ -454,7 +467,7 @@ onMounted(() => {
       }
     }
     .list-content {
-      height: 210px;
+      height: 560px;
       overflow-y: auto;
       .list-item {
         display: flex;
@@ -465,11 +478,11 @@ onMounted(() => {
         .text-box2 {
           .text2 {
             font-size: 38px;
-            line-height: 28px;
+            line-height: 76pxpx;
           }
           .text3 {
             font-size: 36px;
-            line-height: 26px;
+            line-height: 72px;
           }
         }
         .operate {
@@ -498,8 +511,8 @@ onMounted(() => {
       display: flex;
       align-items: center;
       background-color: #1d366e;
-      padding: 0 5px;
-      margin-top: 6px;
+      padding: 0 10px;
+      margin-top: 12px;
       .icon-position3 {
         display: inline-block;
         width: 23px;
@@ -523,8 +536,8 @@ onMounted(() => {
       }
       .icon-close2 {
         flex-shrink: 0;
-        width: 12px;
-        height: 12px;
+        width: 30px;
+        height: 30px;
         background: url('@/assets/images/electronicDisasterMapManage/close.png') no-repeat;
         background-size: 100% 100%;
         margin-left: 5px;