From 00d4bfaa6e75c41837bb70c349500388d18f7de7 Mon Sep 17 00:00:00 2001
From: liupengpeng <276665548@qq.com>
Date: 星期三, 15 二月 2023 18:45:56 +0800
Subject: [PATCH] 数据管理

---
 src/views/datamanage/domainManage.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/datamanage/domainManage.vue b/src/views/datamanage/domainManage.vue
index 3cf2d77..8d36517 100644
--- a/src/views/datamanage/domainManage.vue
+++ b/src/views/datamanage/domainManage.vue
@@ -753,12 +753,13 @@
       border-radius: 5px;
       padding: 1%;
       max-height: 670px;
-      overflow-y: auto;
+      // overflow-y: auto;
       .inquire {
-        margin-bottom: 10px;
+        // margin-bottom: 10px;
+        padding: 1%;
 
         border-radius: 5px;
-        border: 1px solid rgb(202, 201, 204);
+        border: 1px solid #dcdfe6;
         .el-form-item {
           margin: 5px;
         }
@@ -768,6 +769,7 @@
         height: 80%;
         margin: 0 auto;
         overflow: auto;
+        margin-top: 10px;
 
         .el-table /deep/ th.el-table__cell > .cell {
           padding: 15px !important;

--
Gitblit v1.9.3