yangyuxuan 2 months ago
parent
commit
1cc8d753c7
1 changed files with 3 additions and 3 deletions
  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;