From bcac500a760877dc9140f1f381739793706c1af6 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期五, 10 十一月 2023 10:29:38 +0800
Subject: [PATCH] 修改图片大小

---
 ruoyi-ui/src/views/contacts/index.vue |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue
index b8530c5..fb4a268 100644
--- a/ruoyi-ui/src/views/contacts/index.vue
+++ b/ruoyi-ui/src/views/contacts/index.vue
@@ -117,28 +117,34 @@
             v-hasPermi="['family:note:export']"
           >瀵煎叆妯℃澘涓嬭浇</el-button>
         </el-col>
-      <el-col :span="1.2">
+      <el-col :span="1.5">
 
-          <el-upload
+         <el-upload
             action=""
-
             class="upload-demo"
+            :auto-upload="true"
             :show-file-list="false"
             :http-request="handleEnport"
-          >
-            <el-button size="mini"   type="primary"
-            plain
-            icon="el-icon-plus" >瀵煎叆</el-button>
 
-          </el-upload>
+          >
+            <el-button
+            type="primary"
+            plain
+
+            icon="el-icon-top"
+            size="mini"
+
+           >瀵煎叆</el-button>
+
+         </el-upload>
         </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
   </div>
-    <el-table v-loading="loading" :data="contactList"  :row-key="getRowId" ref="multipleTable"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;" >
+    <el-table v-loading="loading" :data="contactList"  :row-key="getRowId" ref="multipleTable"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" >
       <el-table-column type="selection" :reserve-selection="true" width="55"  align="center" />
-      <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/>
+      <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100px"/>
 
       <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="130" >
         <template slot-scope="scope">

--
Gitblit v1.9.1