修改样式
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user