guhongwei 2 years ago
parent
commit
d70a77c56f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/frame/c-upload.vue

+ 5 - 1
src/components/frame/c-upload.vue

@@ -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>