chore: Optimize upload indicator display (#3202)
parent
be62f56782
commit
c9e05f98c4
|
@ -117,3 +117,13 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
.upload-info{
|
||||||
|
min-width: 19ch;
|
||||||
|
width:auto;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue