From fc89d746424577392fcec92cc8b8fea34006ce1c Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 14 九月 2023 13:49:14 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/components/view/standard-table/technology.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue index 63f8da2..f042c3a 100644 --- a/src/components/view/standard-table/technology.vue +++ b/src/components/view/standard-table/technology.vue @@ -18,7 +18,7 @@ </span> </template> </el-table-column> - <el-table-column sortable label="宸ヨ壓鍚嶇О" width="200"> + <el-table-column sortable label="宸ヨ壓鍚嶇О" width="200px"> <template slot-scope="scope"> <el-tag type="success" v-if="!scope.row.children">02</el-tag> <span style="color: black">{{ scope.row.name }}</span> -- Gitblit v1.9.3