修复点位搜索H5宽度适配

This commit is contained in:
lyf
2026-07-06 17:17:58 +08:00
parent 19d048dd66
commit e2b6a331ba
4 changed files with 510 additions and 23 deletions

View File

@@ -42,6 +42,8 @@ onLaunch(() => {
--radius-button: 8px;
--radius-small: 6px;
--radius-mini: 5.5px;
--museum-h5-page-max-width: 430px;
--museum-h5-page-width: min(100vw, var(--museum-h5-page-max-width));
/* 间距 */
--space-xs: 4px;