chore: Optimize upload indicator display (#3202)

pull/3179/head^2
古大羊 2024-05-12 04:22:17 +08:00 committed by GitHub
parent be62f56782
commit c9e05f98c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -117,3 +117,13 @@ export default {
},
};
</script>
<style scoped>
.upload-info{
min-width: 19ch;
width:auto;
text-align: left;
}
</style>