瀏覽代碼

调整列宽度

chris 2 年之前
父節點
當前提交
0370642803
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/modules/tech/crafts-management.vue

+ 1 - 1
src/views/modules/tech/crafts-management.vue

@@ -136,7 +136,7 @@
           header-align="center"
           fixed="right"
           align="center"
-          width="140"
+          width="180"
           label="操作">
           <template slot-scope="scope">
             <el-button v-if="isAuth('pro:technology:revoke') && scope.row.state === '1'" type="text" size="small" @click="revokeHandle(scope.row.techId)">撤销</el-button>