There was an error while loading. Please reload this page.
1 parent cc0903f commit f6dacdbCopy full SHA for f6dacdb
server/resource/autocode_template/web/table.vue.tpl
@@ -169,7 +169,7 @@
169
<el-table-column {{- if .Sort}} sortable{{- end}} align="left" label="{{.FieldDesc}}" prop="{{.FieldJson}}" width="120" />
170
{{- end }}
171
172
- <el-table-column align="left" label="操作">
+ <el-table-column align="left" label="操作" min-width="120">
173
<template #default="scope">
174
<el-button type="primary" link class="table-button" @click="getDetails(scope.row)">
175
<el-icon style="margin-right: 5px"><InfoFilled /></el-icon>
0 commit comments