Ver Fonte

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin há 4 anos atrás
pai
commit
887c9426c9
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      src/common/components/uploadImg/index.vue

+ 5 - 0
src/common/components/uploadImg/index.vue

@@ -68,9 +68,14 @@ export default defineComponent({
 </script>
 <style lang="less">
 .upload {
+    .flex;
+    flex-direction: column;
     .ant-upload-list {
         max-width: calc(100% - 80px);
     }
+    .look {
+        white-space: nowrap;
+    }
 }
 </style
 >;