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
+6 -2
View File
@@ -68,10 +68,14 @@
<style lang="scss" scoped>
.contentbox{
margin-top: calc(var(--status-bar-height) + 44px);
position: fixed;
left: 0;
right:0;
overflow-y: scroll;
top: calc(var(--status-bar-height) + 44px);
}
.visit-note-page{
min-height: 100vh; background:#f5f5f5;
background:#f5f5f5;
}
.nav-right{ display:flex; align-items:center; }
.submit-text{ color:#8B2316; font-size: 30rpx; }