修改样式

This commit is contained in:
xuli
2026-01-21 18:05:18 +08:00
parent 04356796fa
commit 239039f712
2 changed files with 4 additions and 4 deletions

View File

@@ -266,10 +266,10 @@ const handleDetail = (item) =>{
}
.scroll-h{
/* #ifdef APP-PLUS */
height: calc(100vh - 130px);
height: calc(100vh - 123px) !important;
/* #endif */
/* #ifndef APP-PLUS */
height: calc(100vh - 105px);
height: calc(100vh - 105px) !important;
/* #endif */
}

View File

@@ -245,10 +245,10 @@ const handleDetail = (item) =>{
}
.scroll-h{
/* #ifdef APP-PLUS */
height: calc(100vh - 130px);
height: calc(100vh - 123px) !important;
/* #endif */
/* #ifndef APP-PLUS */
height: calc(100vh - 105px);
height: calc(100vh - 105px) !important;
/* #endif */
}