File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
server/resource/template/fe Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6767 { { end } }
6868 <el-table-column label =" 按钮组" >
6969 <template slot-scope =" scope" >
70- <el-button @click =" update{ { .StructName} } (scope.row)" size =" small" type =" primary" >变更</el-button >
70+ <el-button class = " table-button " @click =" update{ { .StructName} } (scope.row)" size =" small" type =" primary" icon = " el-icon-edit " >变更</el-button >
7171 <el-popover placement =" top" width =" 160" v-model =" scope.row.visible" >
7272 <p >确定要删除吗?</p >
7373 <div style =" text-align : right ; margin : 0 " >
Original file line number Diff line number Diff line change @@ -1026,4 +1026,9 @@ li {
10261026 color : #606266 ;
10271027 cursor : pointer ;
10281028 font-size : 13px ;
1029+ }
1030+
1031+
1032+ .table-button {
1033+ margin-right :8px !important ;
10291034}
You can’t perform that action at this time.
0 commit comments