Explorar el Código

fix:长度改为1000

shenchunlv hace 1 año
padre
commit
3861ea6a26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>