This commit is contained in:
张成
2025-11-15 10:29:03 +08:00
parent 54ef49c8d9
commit 0fa0dd5b22
6 changed files with 29 additions and 10 deletions

View File

@@ -2,11 +2,18 @@
// 个人页面样式
.download_bill_page {
min-height: 100vh;
height: 100vh;
position: relative;
overflow: hidden;
overflow-y: auto;
box-sizing: border-box;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}
.custom-navbar {
height: 56px;
/* 通常与原生导航栏高度一致 */