浏览代码

feat(init): update

gemercheung 1 年之前
父节点
当前提交
9f6f737342
共有 3 个文件被更改,包括 3 次插入2 次删除
  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);