界面优化

This commit is contained in:
刘祥超
2021-01-14 16:35:25 +08:00
parent 02fbc0de94
commit 519956624e
8 changed files with 121 additions and 30 deletions

View File

@@ -73,7 +73,7 @@ Vue.component("values-box", {
<button class="ui button small" type="button" @click.prevent="confirm()">确定</button>
</div>
<div class="ui field">
<a href="" @click.prevent="cancel()">取消</a>
<a href="" @click.prevent="cancel()" title="取消"><i class="icon remove small"></i></a>
</div>
</div>
</div>