From 1f5afb7087b3f81595b150ba19001892e9195265 Mon Sep 17 00:00:00 2001
From: xing <xingjs@qq.com>
Date: 星期日, 26 二月 2023 11:10:53 +0800
Subject: [PATCH] 20230226@xingjs@优化完善数据管理样式

---
 src/views/datamanage/dataUpdata.vue |   19 ++++++-------------
 1 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/src/views/datamanage/dataUpdata.vue b/src/views/datamanage/dataUpdata.vue
index cd3692e..f899d4c 100644
--- a/src/views/datamanage/dataUpdata.vue
+++ b/src/views/datamanage/dataUpdata.vue
@@ -590,7 +590,7 @@
                 width="100"
             />
           </el-table>
-          <div class="pagination_box">
+          <div class="pagination_box" style="margin-top: 15px">
             <el-pagination
                 @size-change="handleSizeChange"
                 @current-change="handleCurrentChange"
@@ -612,7 +612,6 @@
         title="鏁版嵁璐ㄦ"
         :visible.sync="quayTestVisible"
         width="70%"
-        top="2vh"
         :modal="false"
         :before-close="handleQuayTestCloseDown"
     >
@@ -898,7 +897,6 @@
     <el-dialog
         title="鏁版嵁璐ㄦ"
         :visible.sync="testQuayVisible"
-        top="2vh"
         :modal="false"
         :before-close="handleTestQuayCloseDown"
 
@@ -972,7 +970,6 @@
         :title="$t('dataManage.datawarehousing')"
         :visible.sync="dialogWarehousing"
         width="70%"
-        top="2vh"
     >
       <div class="dialogBox">
         <div class="transFarBox subpage_Div">
@@ -1053,7 +1050,6 @@
         :title="$t('common.details')"
         :visible.sync="dialogVisible"
         width="70%"
-        top="2vh"
     >
       <div style="height: 500px; overflow: auto">
         <el-table
@@ -1078,7 +1074,7 @@
           ></el-table-column>
         </el-table>
         <div
-            style="margin-top: 10px"
+            style="margin-top: 15px"
             class="pagination_box"
         >
           <el-pagination
@@ -1100,7 +1096,6 @@
         title="涓婁紶杩涘害"
         :visible.sync="jindudialogVisible"
         width="30%"
-        top="2vh"
     >
       <div>
         <div>
@@ -1119,7 +1114,6 @@
         :title="$t('common.details')"
         :visible.sync="enclosureVisible"
         :show-close="false"
-        top="2vh"
     >
       <span
           style="font-size:20px"
@@ -1140,7 +1134,6 @@
         :title="fromQueryMeta.title"
         :visible.sync="queryMetaFlag"
         width="70%"
-        top="2vh"
     >
       <div style="height: 500px; overflow: auto;width:100%; ">
         <el-form :inline="true" :model="fromQueryMeta" class="demo-form-inline">
@@ -1231,7 +1224,7 @@
 
         </el-table>
         <div
-
+            style="margin-top: 15px"
             class="pagination_box"
         >
           <el-pagination
@@ -1566,8 +1559,8 @@
         const rect1 = this.$refs.container1.getBoundingClientRect();
 
         this.tableHeight = `${rect.height + 40}px`;
-        this.styleVar["height"] = `calc(100% - ${rect.height + 40}px)`;
-        this.styleVar1["height"] = `calc(100% - ${rect1.height + 40}px)`;
+        this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`;
+        this.styleVar1["height"] = `calc(100% - ${rect1.height + 28}px)`;
       });
     },
     editFromDataClose() {
@@ -2813,7 +2806,7 @@
 <style lang="less" scoped>
 .bottom {
   width: 100%;
-  margin-top: 1%;
+  margin-top: 0.5%;
   // height: 74%;
   height: 570px;
   display: flex;

--
Gitblit v1.9.3