Skip to content

Commit 537090d

Browse files
author
pixel
committed
按钮美化
1 parent 260b0af commit 537090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/resource/template/fe/table.vue.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{{ end }}
3535
<el-table-column label="按钮组">
3636
<template slot-scope="scope">
37-
<el-button @click="update{{.StructName}}(scope.row)" size="small" type="text">变更</el-button>
37+
<el-button @click="update{{.StructName}}(scope.row)" size="small" type="primary">变更</el-button>
3838
<el-popover placement="top" width="160" v-model="scope.row.visible">
3939
<p>确定要删除吗?</p>
4040
<div style="text-align: right; margin: 0">

0 commit comments

Comments
 (0)