fix: 修复网络超时loading提示不隐藏的问题
fix: 修复页面高度适配问题
This commit is contained in:
@@ -138,6 +138,18 @@ function getCrmCusUserNewChangeOwnerList() {
|
||||
/* min-height: 100vh; */
|
||||
}
|
||||
|
||||
.all-body {
|
||||
/* #ifdef APP-PLUS */
|
||||
top: 160rpx;
|
||||
height: calc(100vh - 160rpx);
|
||||
/* #endif */
|
||||
/* #ifndef APP-PLUS */
|
||||
top: 116rpx;
|
||||
height: calc(100vh - 116rpx);
|
||||
/* #endif */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
padding-bottom: 10rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user