fix: 修复评论区溢出和按钮颜色问题
- 修复评论区长文本溢出问题,添加 overflow-wrap 和 word-break 属性 - 修复评论内容区域文本溢出问题 - 修复移动端 TODO 验证码提交按钮颜色未跟随全局主题设置 - 统一按钮样式使用 btn-primary 类
This commit is contained in:
11
.vscode/sftp.json
vendored
Normal file
11
.vscode/sftp.json
vendored
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user