소스 검색

fix:长度改为1000

shenchunlv 1 년 전
부모
커밋
3861ea6a26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>