Merge branch 'feature/feature-20250331-h5' into uat

This commit is contained in:
LHY\18810
2025-03-15 20:12:43 +08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
--vt-c-text-dark-1: var(--vt-c-white);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
--status-bar-height: 20px;
}
/* semantic color variables for this project */

View File

@@ -1,3 +1,7 @@
.van-nav-bar {
padding-top: var(--status-bar-height) !important;
height: calc(46px + var(--status-bar-height)) !important;
}
.van-cell {
padding: 8px !important;
}