按钮底部定位

This commit is contained in:
WindowBird 2025-11-05 14:30:29 +08:00
parent f59150cfc9
commit 532ef38f35

View File

@ -706,9 +706,11 @@ onLoad((options) => {
display: flex;
padding: 15px;
gap: 10px;
background-color: #fff;
background-color: #ffffff;
border-top: 1px solid #eee;
position: sticky;
position: fixed;
right: 0;
left: 0;
bottom: 0;
}