refactor: 修改用例编辑的操作列宽度
This commit is contained in:
parent
6e6a98fbd6
commit
0f5fdd4d27
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue