feat: 会议选座样式优化-3

This commit is contained in:
2026-08-31 12:03:53 +08:00
parent a21007bada
commit f6834bb969
2 changed files with 3 additions and 3 deletions
@@ -687,7 +687,7 @@ layout("/layouts/platform_h5.html"){
padding: 12px 12px calc(92px + env(safe-area-inset-bottom));
flex-direction: column;
overflow: hidden;
background: #fff;
background: #f8faff;
}
.mobile-header {
@@ -794,7 +794,7 @@ layout("/layouts/platform_h5.html"){
justify-content: space-around;
border: 0;
border-radius: 8px;
background: #fff;
background: #f8faff;
box-shadow: none;
font-size: 12px;
}
@@ -20,7 +20,7 @@ layout("/layouts/platform_h5.html"){
#app .van-nav-bar__text,
#app .van-nav-bar .van-icon {
color: #1677ff;
color: #397fbd;
}
.meeting-list-page {