fix:bottom-bar缺少display:flex导致按钮分两行

This commit is contained in:
ShenQiLun 2026-06-26 13:30:45 +08:00
parent ba5f311a61
commit 5591827c23

View File

@ -4378,6 +4378,7 @@ picker {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;