Przeglądaj źródła

[FIX] 字数过长换行

Kunduin 7 lat temu
rodzic
commit
f478fefb0e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -7,5 +7,6 @@
 
 
 #app {
 #app {
   background: $default-background;
   background: $default-background;
+  word-wrap: break-word;
 }
 }
 </style>
 </style>