Browse Source

feat(init): update

gemercheung 1 year ago
parent
commit
7cb3e5e8c7
2 changed files with 10 additions and 6 deletions
  1. 6 3
      src/view/map/map-right-poly.vue
  2. 4 3
      src/view/map/map-right.vue

+ 6 - 3
src/view/map/map-right-poly.vue

@@ -139,8 +139,9 @@ const handleDownload = async (item: any) => {
   }
 
   .sub-title {
-    font-size: 16px;
-    margin-bottom: 10px;
+    font-size: 14px;
+    font-weight: bolder;
+    margin-bottom: 30px;
   }
 }
 
@@ -166,7 +167,7 @@ const handleDownload = async (item: any) => {
   width: 100%;
   display: flex;
   flex-direction: column;
-  font-size: 16px;
+  font-size: 14px;
   user-select: none;
 
   .poly-list-item {
@@ -179,8 +180,10 @@ const handleDownload = async (item: any) => {
 
     .icon {
       margin-left: 8px;
+      font-size: 16px;
       color: #409eff;
       cursor: pointer;
+
     }
   }
 

+ 4 - 3
src/view/map/map-right.vue

@@ -48,7 +48,6 @@
                   </span>
                   <span :class="{ disable: data.disable }" class="name">
                     {{ data.raw.name }}
-
                   </span>
                 </div>
 
@@ -258,7 +257,7 @@ const handlerExport = (type: number, name: string) => {
   width: calc(100% - 50px);
   align-items: flex-start;
   justify-content: space-between;
-
+  font-size: var(--font14);
 
   .title {
     flex: 1;
@@ -276,6 +275,7 @@ const handlerExport = (type: number, name: string) => {
     width: 100%;
     flex-wrap: nowrap;
 
+
     .name {
       padding-left: 15px;
       color: #999;
@@ -300,7 +300,8 @@ const handlerExport = (type: number, name: string) => {
   }
 
   .sub-title {
-    font-size: 16px;
+    font-size: 14px;
+    font-weight: bolder;
   }
 }