guhongwei пре 2 година
родитељ
комит
d70a77c56f
1 измењених фајлова са 5 додато и 1 уклоњено
  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>