feat(文章编辑): 添加文章简介输入框并优化样式

- 在文章编辑页面新增简介输入区域
- 移除home.vue中多余的webkit-line-clamp属性
- 统一代码格式和间距
This commit is contained in:
qingfeng1121
2025-11-14 15:42:27 +08:00
parent 1dc5bdd93f
commit 109ac3c009
2 changed files with 44 additions and 31 deletions

View File

@@ -376,7 +376,6 @@ watch(
margin: 0;
font-size: 0.95rem;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;