3.13 五点更新

This commit is contained in:
zoujiandong
2026-03-13 17:13:09 +08:00
parent 4042df6762
commit ca69dfbe4b
11 changed files with 51 additions and 15 deletions
+7 -2
View File
@@ -137,13 +137,18 @@ onLoad((options) => {
<style lang="scss" scoped>
.detail-page {
min-height: 100vh;
background: #f5f5f5;
}
.order-card {
background: #fff;
margin-top: calc(var(--status-bar-height) + 44px);
top: calc(var(--status-bar-height) + 44px);
position: fixed;
left: 0;
right:0;
z-index: 10;
overflow-y: scroll;
}
.order-top {