ソースを参照

部门共享文件

hanbing@agilestar.cn 3 年 前
コミット
d1009ee83a
1 ファイル変更2 行追加2 行削除
  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
                 prop="title"
-                width="250"
+                width="200"
                 show-overflow-tooltip
                 label="材料名称"
               >
@@ -133,7 +133,7 @@
                   <span class="">{{ scope.row.titleBg }}</span>
                 </template>
               </el-table-column>
-              <el-table-column label="文件名称">
+              <el-table-column label="文件名称" width="150" show-overflow-tooltip>
                 <template slot-scope="scope">
                   <span class="">{{ scope.row.fileName }}</span>
                 </template>