guhongwei il y a 2 ans
Parent
commit
d70a77c56f
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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>