Sfoglia il codice sorgente

wbw列表模式字段纵向排列

visuddhinanda 2 anni fa
parent
commit
a9f4c1a420
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      dashboard/src/components/template/Wbw/wbw.css

+ 2 - 1
dashboard/src/components/template/Wbw/wbw.css

@@ -15,7 +15,7 @@
   display: flex;
 }
 .layout-v .wbw_body {
-  display: flex;
+  display: unset;
 }
 .wbw_word {
   margin: 0 0 0.2em 0;
@@ -83,6 +83,7 @@
 }
 .layout-v .wbw_word_item {
   margin-right: 8px;
+  flex: 5;
 }
 .case {
   padding: 0 2px;