Skip to content

Commit

Permalink
style: optimize style
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Dec 19, 2024
1 parent 8d332b2 commit 4e503c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShowFile/ShowFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
</el-row>
<span slot="footer" class="dialog-footer-delete">
<div>
<el-button v-if="!permanentDeleteDisable" type="danger" size="small" @click="sweepDeleteFile">彻底删除</el-button>
<el-button v-if="!permanentDeleteDisable" type="danger" size="small" @click="sweepDeleteFile" :loading="deleteLoading">彻底删除</el-button>
</div>
<div>
<el-button size="small" @click="deleteConfirmVisible = false">取 消</el-button>
Expand Down

0 comments on commit 4e503c1

Please sign in to comment.