@@ -100,4 +100,8 @@ const onRemove = (file: { id: any; uri: string }, fileList: any) => {
// #endregion
</script>
-<style lang="scss" scoped></style>
+<style lang="scss" scoped>
+#c-upload {
+ width: 100%;
+}
+</style>