tanxue 2 місяців тому
батько
коміт
d429ddffdb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      common/styles/global/pages.scss

+ 1 - 1
common/styles/global/pages.scss

@@ -672,7 +672,7 @@
 	}
 	// 办证信息list
 	.bzxx-list-page{
-		width:100%;height: 100vh;background-color: #f8f9fd;
+		width:100%;background-color: #f8f9fd;position: absolute;top: calc(170rpx + var(--status-bar-height));bottom: 0;
 		display: flex;flex-direction: column;
 		.bzxx-wrap-box{flex: 1;overflow: auto;height: calc(100vh - 288rpx - var(--status-bar-height));padding-bottom: 20rpx;}
 		.bzxx-card-box{background-color: #fff;padding:24rpx 38rpx;font-size: 28rpx;color: #666;line-height: 1;margin-top: 20rpx;}