Browse Source

feat(init): update

gemercheung 1 year ago
parent
commit
9f6f737342
3 changed files with 3 additions and 2 deletions
  1. 1 1
      src/view/map/map-board.vue
  2. 1 0
      src/view/map/map-right.vue
  3. 1 1
      src/view/map/map.vue

+ 1 - 1
src/view/map/map-board.vue

@@ -361,7 +361,7 @@ const handlePolysEdit = (item: PolyDataType) => {
 
 .right-control {
   flex: none;
-  width: 300px;
+  width: 320px;
   padding: 15px;
 
   border-left: 1px solid var(--border-color);

+ 1 - 0
src/view/map/map-right.vue

@@ -237,6 +237,7 @@ const handlerExport = (type: number, name: string) => {
   --el-tree-node-content-height: 26px;
   line-height: 26px;
   user-select: none;
+  margin-bottom: 8px;
 
 }
 

+ 1 - 1
src/view/map/map.vue

@@ -267,7 +267,7 @@ onUnmounted(() => mapManage.map.dispose());
 
 .right-control {
   flex: none;
-  width: 300px;
+  width: 320px;
   padding: 15px;
 
   border-left: 1px solid var(--border-color);