按钮底部定位
This commit is contained in:
parent
f59150cfc9
commit
532ef38f35
|
|
@ -706,9 +706,11 @@ onLoad((options) => {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
background-color: #fff;
|
background-color: #ffffff;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
position: sticky;
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user