样式-按钮

This commit is contained in:
2023-04-26 18:12:25 +08:00
parent d7cd8533c1
commit f4d26f411c
9 changed files with 29 additions and 25 deletions

View File

@@ -103,7 +103,7 @@
</section>
<div style="float: right;">
<el-button @click="$emit('close')">取消</el-button>
<el-button type="primary" @click="add()">新增</el-button>
<el-button type="primary" @click="add()">提交</el-button>
</div>
</div>