From b05640960d38a08def00a44b44aa11ef216f911f Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@163.com>
Date: 星期二, 17 五月 2022 16:13:09 +0800
Subject: [PATCH] 样式修改

---
 src/views/construction/system/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/construction/system/index.vue b/src/views/construction/system/index.vue
index f378477..c8ef505 100644
--- a/src/views/construction/system/index.vue
+++ b/src/views/construction/system/index.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="app-container">
+  <div class="construction-view">
     <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="90px">
       <el-form-item label="杞欢鍚嶇О" prop="name">
         <el-input
@@ -71,19 +71,19 @@
         </template>
       </el-table-column>
       <el-table-column label="杞欢鍚嶇О" align="center" prop="name"/>
-      <el-table-column label="鐗堟湰" align="center" prop="edition"/>
-      <el-table-column label="鍔熻兘鎻忚堪" align="center" prop="functionDescription"/>
-      <el-table-column label="鎺堟潈鏂瑰紡" align="center" prop="authorizationMethod_dictText"/>
-      <el-table-column label="鎺堟潈鏁伴噺" align="center" prop="authorizedQuantity"/>
+      <el-table-column label="鐗堟湰" min-width="180" align="center" prop="edition"/>
+      <el-table-column label="鍔熻兘鎻忚堪" min-width="180" align="center" prop="functionDescription"/>
+      <el-table-column label="鎺堟潈鏂瑰紡" min-width="180" align="center" prop="authorizationMethod_dictText"/>
+      <el-table-column label="鎺堟潈鏁伴噺" min-width="180" align="center" prop="authorizedQuantity"/>
       <el-table-column label="杞戒綋鏈嶅姟鍣�" align="center" prop="serverId_dictText">
         <template slot-scope="scope">
           <el-link type="primary" @click="serverClick(scope.row)">{{scope.row.serverId_dictText}}</el-link>
         </template>
       </el-table-column>
-      <el-table-column label="鏂藉伐鎵规" align="center" prop="constructionBatchId_dictText"/>
-      <el-table-column label="鐢熶骇鍘傚晢" align="center" prop="manufacturerId_dictText"/>
-      <el-table-column label="澶囨敞" align="center" prop="remarks"/>
-      <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">
+      <el-table-column label="鏂藉伐鎵规" min-width="180" align="center" prop="constructionBatchId_dictText"/>
+      <el-table-column label="鐢熶骇鍘傚晢" min-width="220" align="center" prop="manufacturerId_dictText"/>
+      <el-table-column label="澶囨敞" align="center" min-width="180" prop="remarks"/>
+      <el-table-column label="鎿嶄綔" align="center" fixed="right" width="220" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
               size="mini"

--
Gitblit v1.9.1