guhongwei 2 năm trước cách đây
mục cha
commit
d70a77c56f
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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>