yangyuxuan 2 月之前
父节点
当前提交
1cc8d753c7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/Contact/index.vue

+ 3 - 3
src/components/Contact/index.vue

@@ -255,7 +255,7 @@ onMounted(() => {
           }
         }
         .table-content {
-          height: 858px;
+          height: 758px;
           overflow-y: auto;
         }
         .tr2 {
@@ -299,7 +299,7 @@ onMounted(() => {
     display: flex;
     .tree-box {
       width: 100%;
-      height: 920px;
+      height: 750px;
       overflow-y: auto;
       padding: 15px 8px;
       :deep(.el-tree) {
@@ -352,7 +352,7 @@ onMounted(() => {
       }
     }
     .select-content {
-      height: 858px;
+      height: 758px;
       overflow-y: auto;
       .box-item {
         border-bottom: 1px solid #247dff;