bill 1 年之前
父节点
当前提交
b4103bf911
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/components/list/index.vue

+ 4 - 0
src/components/list/index.vue

@@ -59,6 +59,10 @@ defineEmits<{ (e: 'changeSelect', item: Item): void }>()
     .atom-content {
       padding: 20px 0;
       border-bottom: 1px solid rgba(255,255,255,0.16);
+      
+      p {
+        line-height: 1.5em;
+      }
     }
   }
 }