进行一些调整、优化效果

This commit is contained in:
2021-05-04 22:02:57 +08:00
parent ca4f029b72
commit 72aeb56fee
4 changed files with 21 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ export default {
// 清空
btnClear() {
this.$confirm('确定要清空输入和输出的内容吗?', '确认', {
this.$confirm('确定要清空输入和输出的内容吗?', '', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'