From 5591827c23cb6a7613ccb1cab31589a9edc97a2a Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Fri, 26 Jun 2026 13:30:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:bottom-bar=E7=BC=BA=E5=B0=91display:flex?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=8C=89=E9=92=AE=E5=88=86=E4=B8=A4=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index d812a9d..6347886 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -4378,6 +4378,7 @@ picker { bottom: 0; left: 0; right: 0; + display: flex; flex-direction: row; align-items: center; justify-content: space-between;