Merge branch 'feature/feature-20250331-h5' into uat
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user