处理弹窗展示备注

This commit is contained in:
2026-01-12 22:10:31 +08:00
parent 6c320f9bf8
commit 913afc07c1
5 changed files with 126 additions and 33 deletions

View File

@@ -130,4 +130,17 @@
font-size: 28rpx;
font-weight: 400;
text-align: center;
}
.room-info.data-v-1cf27b2a {
text-align: left;
padding: 20rpx 20rpx;
color: #666;
width: 100%;
box-sizing: border-box;
}
.room-info .room-id.data-v-1cf27b2a {
font-size: 28rpx;
}
.room-info .remark.data-v-1cf27b2a {
font-size: 26rpx;
}