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

@@ -219,6 +219,7 @@ body {
line-height: 36px;
margin-bottom: 7px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
display: flex;
}
.message {
@@ -569,6 +570,7 @@ body {
color: #000000;
line-height: 36px;
margin-bottom: 10px;
display: block;
}
.site-box {
@@ -1823,3 +1825,70 @@ body {
}
}
}
table {
empty-cells: show;
border-collapse: collapse;
}
.t_l,
.t_c,
.t_r,
.m_l,
.m_r,
.b_l,
.b_c,
.b_r {
overflow: hidden;
background: #000;
opacity: 0.2;
filter: alpha(opacity=20);
}
.t_l,
.t_c,
.t_r,
.m_l,
.m_r,
.b_l,
.b_c,
.b_r {
overflow: hidden;
background: #000;
opacity: 0.2;
filter: alpha(opacity=20);
}
td {
display: table-cell;
vertical-align: inherit;
unicode-bidi: isolate;
}
.t_l {
-moz-border-radius: 8px 0 0 0;
-webkit-border-radius: 8px 0 0 0;
border-radius: 8px 0 0 0;
}
.t_c,
.b_c {
height: 8px;
}
.t_l,
.t_r,
.b_l,
.b_r {
width: 8px;
height: 8px;
}
.t_r {
-moz-border-radius: 0 8px 0 0;
-webkit-border-radius: 0 8px 0 0;
border-radius: 0 8px 0 0;
}
.templateValue {
display: none;
}