fix: 修复评论区溢出和按钮颜色问题

- 修复评论区长文本溢出问题,添加 overflow-wrap 和 word-break 属性
- 修复评论内容区域文本溢出问题
- 修复移动端 TODO 验证码提交按钮颜色未跟随全局主题设置
- 统一按钮样式使用 btn-primary 类
This commit is contained in:
2026-01-12 15:03:11 +08:00
parent ca3b3eaeb1
commit 8054861a5c
5 changed files with 43 additions and 17 deletions

11
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "aliyun",
"host": "8.138.211.255",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "Elemcloud12",
"remotePath": "/www/wwwroot/blog.cartol.top/wp-content/themes/argon",
"uploadOnSave": true,
"ignore": [".vscode", ".kiro"]
}