修改样式

This commit is contained in:
wangjie 2025-04-25 17:41:33 +08:00
parent 573a2c176d
commit 1213915778

View File

@ -3,6 +3,8 @@
<div class="head_box">
<span class="title">{{ title }}</span>
<div>
<el-button size="small" type="primary" @click="close">暂存</el-button>
<el-button size="small" type="primary" @click="close">确认</el-button>
<el-button size="small" @click="close">关闭</el-button>
</div>
</div>