refactor: 修改用例编辑的操作列宽度

This commit is contained in:
Captain.B 2020-11-19 12:22:47 +08:00
parent 6e6a98fbd6
commit 0f5fdd4d27
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
clearable/> clearable/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('commons.input_content')" min-width="15%"> <el-table-column :label="$t('commons.input_content')" width="125px">
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-button <el-button
type="primary" type="primary"