chore: Optimize upload indicator display

This commit is contained in:
古大羊 2024-05-07 19:22:51 +08:00
parent be62f56782
commit 9ab28864b3

View File

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