Explorar el Código

部门文件共享

hanbing@agilestar.cn hace 3 años
padre
commit
8a6a7a8d1e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/main/file/flieList.vue

+ 2 - 2
src/pages/main/file/flieList.vue

@@ -118,7 +118,7 @@
               <el-table-column type="selection" width="55"> </el-table-column>
               <el-table-column type="selection" width="55"> </el-table-column>
               <el-table-column
               <el-table-column
                 prop="title"
                 prop="title"
-                width="200"
+                width="180"
                 show-overflow-tooltip
                 show-overflow-tooltip
                 label="材料名称"
                 label="材料名称"
               >
               >
@@ -133,7 +133,7 @@
                   <span class="">{{ scope.row.titleBg }}</span>
                   <span class="">{{ scope.row.titleBg }}</span>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column label="文件名称" width="150" show-overflow-tooltip>
+              <el-table-column label="文件名称" width="180" show-overflow-tooltip>
                 <template slot-scope="scope">
                 <template slot-scope="scope">
                   <span class="">{{ scope.row.fileName }}</span>
                   <span class="">{{ scope.row.fileName }}</span>
                 </template>
                 </template>