Skip to content

Commit 922c4a1

Browse files
committed
重构:优化配置管理的操作宽度不正确的问题
1 parent 0dd3b77 commit 922c4a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/infra/config/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@
112112
width="180"
113113
:formatter="dateFormatter"
114114
/>
115-
<!-- TODO 芋艿:宽度;里面的 css -->
116-
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
115+
<el-table-column label="操作" align="center" width="140">
117116
<template #default="scope">
118117
<el-button
119118
link

0 commit comments

Comments
 (0)