feat: 添加租房模块图标和功能优化

fix: 修复投票状态显示逻辑
refactor: 重命名ajaxget为ajaxGet
style: 优化CSS样式和布局
docs: 更新组件文档和注释
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-04 19:05:40 +08:00
parent a7d803f633
commit 07f4401f67
28 changed files with 735 additions and 241 deletions

View File

@@ -169,6 +169,9 @@
margin: 0 4px;
text-decoration: none;
}
#details .matter .matter-left .html img {
max-width: 100%;
}
#details .matter .matter-left .last-time {
color: #aaaaaa;
font-size: 13px;
@@ -953,6 +956,10 @@
/* 允许长单词内部断行 */
margin-bottom: 13px;
}
.answer-discuss .comments-box .comments-item .comments-content .comments-text a {
text-decoration: underline;
color: #04b0d5;
}
.answer-discuss .comments-box .comments-item .comments-content .comments-text .comments-reply {
color: #92a1bf;
display: inline;