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/styleManage.vue |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/src/views/datamanage/styleManage.vue b/src/views/datamanage/styleManage.vue
index 60426e8..b4c1f9a 100644
--- a/src/views/datamanage/styleManage.vue
+++ b/src/views/datamanage/styleManage.vue
@@ -5,7 +5,7 @@
         `${$t('dataManage.styleManage')}`,
       ]"></My-bread>
     <el-divider />
-    <div class="searchComp subpage_Div">
+    <div class="searchComp subpage_Div" style="padding: 1%;">
       <el-form
         ref="ruleForm"
         :model="ruleForm"
@@ -52,12 +52,12 @@
       </el-form>
     </div>
     <div class="bottom">
-      <div class="rightTable">
+      <div class="rightTable subpage_Div">
         <div class="table_box">
           <el-table
             :data="tableData"
             style="width: 100%"
-            height="100%"
+            height="95%"
             @selection-change="handleSelectionChange"
           >
             <el-table-column
@@ -143,7 +143,6 @@
           </el-table>
         </div>
         <div
-          style="margin-top: 20px;"
           class="pagination_box"
         >
           <el-pagination
@@ -1662,13 +1661,20 @@
   }
   .bottom {
     width: 100%;
-    height: 85%;
+    margin-top: 1%;
+    height: 74%;
+    display: flex;
+    justify-content: space-between;
+
     .rightTable {
-      height: 100%;
-      width: 100%;
+      width: 98%;
+      height: 92%;
+
+      border-radius: 5px;
+      padding: 1%;
       .table_box {
         width: 100%;
-        height: 80%;
+        height: 93%;
         margin: 0 auto;
         overflow: auto;
       }

--
Gitblit v1.9.3