chore: Optimize upload indicator display (#3202)

This commit is contained in:
古大羊
2024-05-12 04:22:17 +08:00
committed by GitHub
parent be62f56782
commit c9e05f98c4

View File

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