Kaynağa Gözat

fix:长度改为1000

shenchunlv 1 yıl önce
ebeveyn
işleme
3861ea6a26
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pages/list.vue

+ 1 - 1
pages/list.vue

@@ -3,7 +3,7 @@
     <h1 class="my-[20px] font-black text-[30px]">
         {{title}}
       </h1>
-    <div class="w-[1200px]">
+    <div class="w-[1000px]">
       <p v-html="list">
       </p>
     </div>