浏览代码

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>