From 03fa790ca2f894d832d81c712e0ebdedb3615691 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Thu, 12 Feb 2026 08:46:55 +0800 Subject: [PATCH] feat: card music --- pages/make/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/make/index.vue b/pages/make/index.vue index 50a5d41..c25fb58 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -2290,12 +2290,17 @@ function drawRoundRect(ctx, x, y, w, h, r, color) { } .bgm-popup { + position: fixed; + left: 0; + right: 0; + bottom: 0; background: #fff; border-radius: 24rpx 24rpx 0 0; padding-bottom: env(safe-area-inset-bottom); max-height: 60vh; display: flex; flex-direction: column; + z-index: 1000; } .bgm-header {