Browse Source

样式修改

tanxue 1 tuần trước cách đây
mục cha
commit
e9cf030825
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      common/styles/global/pages.scss

+ 3 - 2
common/styles/global/pages.scss

@@ -1183,7 +1183,7 @@
 /* 合同列表页 */
 .ht-list-page{
 	.uni-scroll-view-content{display: flex;flex-direction: column;}
-	.ht-list-box{background-color: #f8f9fd!important;padding: 12rpx 0;flex: 1;}
+	.ht-list-box{background-color: #f8f9fd!important;padding: 12rpx 0;flex: 1;display: block!important;}
 	.ht-list-item-box{
 		margin:12rpx 24rpx;
 		.uni-list-item__container{padding: 0;border-radius: 12rpx;border: 1rpx solid #f2f2f4;}
@@ -1217,7 +1217,8 @@
 	width: 100%;height: 100vh;background-color: #f4f6fa;
 	.uni-load-more{background-color: #f4f6fa;padding-bottom: 20rpx;}
 	.uni-list--border-top,.uni-list--border-bottom{display: none!important;}
-	.kh-scroll-view{height: calc(100vh - 398rpx - var(--status-bar-height));background-color: #f4f6fa!important;}
+	.kh-scroll-view{height: calc(100vh - 398rpx - var(--status-bar-height));
+	background-color: #f4f6fa!important;display: block!important;}
 	.uni-list--border-top{display: none!important;}
 	.ht-list-item-box{
 		width: 100%;background-color: #f4f6fa!important;