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

---
 src/views/datamanage/styleManage.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/views/datamanage/styleManage.vue b/src/views/datamanage/styleManage.vue
index d689bc1..8e17b92 100644
--- a/src/views/datamanage/styleManage.vue
+++ b/src/views/datamanage/styleManage.vue
@@ -14,12 +14,14 @@
         <div class="flex_box">
           <div style="margin-right: auto">
             <el-form-item
+                size="small"
                 :label="$t('dataManage.vmobj.keyword')"
                 prop="name"
             >
+<!--              :placeholder="$t('common.pleaseInput')"-->
               <el-input
                   v-model="ruleForm.name"
-                  :placeholder="$t('common.pleaseInput')"
+                  :placeholder="$t('shuJuGuanLi.shuJuJianSuo.valueone')"
                   style="width:200px"
                   suffix-icon="el-icon-edit"
               />
@@ -157,6 +159,7 @@
       </el-table>
       <div
           class="pagination_box"
+          style="margin-top: 15px"
       >
         <el-pagination
             @size-change="handleSizeChange"
@@ -235,14 +238,14 @@
           <p>
             <label> {{ $t('dataManage.styleObj.viewguid') }}:</label>
             <label class="boxlabel">
-          <div style="width:440px;height:200px;">
-            <img
-                style="width:100%; height:100%"
-                :src="itemdetail.imageFile"
-                alt=""
-            />
-          </div>
-          </label>
+              <div style="width:440px;height:200px;">
+                  <img
+                      style="width:100%; height:100%"
+                      :src="itemdetail.imageFile"
+                      alt=""
+                  />
+              </div>
+            </label>
           </p>
           <el-divider></el-divider>
           <p>
@@ -276,7 +279,6 @@
     </div>
     <el-dialog
         :title="$t('dataManage.styleObj.modifyStyleData')"
-        top="2vh"
         :before-close="removeUpdate"
         :visible.sync="dialogFormVisible"
     >
@@ -581,7 +583,6 @@
     <el-dialog
         :title="$t('dataManage.styleObj.addStyleData')"
 
-        top="2vh"
         :visible.sync="InsertFormdialog"
         :before-close="handleClose"
     >
@@ -1050,7 +1051,7 @@
       this.$nextTick(() => {
         const rect = this.$refs.container.getBoundingClientRect();
         this.tableHeight = `${rect.height + 97}px`;
-        this.styleVar["height"] = `calc(100% - ${rect.height + 97}px)`;
+        this.styleVar["height"] = `calc(100% - ${rect.height + 28}px)`;
       });
     },
     showPermsBtn() {
@@ -1678,7 +1679,7 @@
 .authorityManagement_box {
   height: 98%;
   width: 98%;
-  padding: 1%;
+  padding: 0.5%;
 
   .el-input {
     width: 730px;

--
Gitblit v1.9.3