Skip to content

Commit

Permalink
优化文件上传框
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 7, 2023
1 parent f209bbb commit 15e263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/FileList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
this.nameWidth = 220
} else {
this.dialogWidth = '50%'
this.uploadWidth = '30%'
this.uploadWidth = '28%'
this.nameWidth = 260
}
},
Expand Down

0 comments on commit 15e263b

Please sign in to comment.