Browse Source

全局样式

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
6c2be50cf3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/common/main.scss

+ 4 - 0
src/common/main.scss

@@ -16,6 +16,10 @@ view[flex]{
   display: flex;
 }
 
+view[wrap]{
+  flex-wrap: wrap;
+}
+
 view[center]{
   justify-content: center;
   align-items: center;