dedsudiyu 10 hónapja
szülő
commit
ba16b597ca

+ 1 - 0
pages/component/navbar.vue

@@ -62,6 +62,7 @@
 <style>
 
 	.wx-head-mod {
+		z-index:100;
 		box-sizing: border-box;
 		width: 100%;
 		position: fixed;

+ 4 - 3
pages/views/information/information.vue

@@ -14,7 +14,7 @@
 				</view>
 				<view class="tips-box" v-if="!item.isRead"></view>
 			</view>
-			<view class="get-null-box" v-if="!dataList[0]">暂无更多数据</view>
+			<view class="get-null-box" v-if="getDataType">暂无更多数据</view>
 		</scroll-view>
 		<tab-bar ref='infoAll'></tab-bar>
 	</view>
@@ -126,14 +126,13 @@
 		height: 100%;
 
 		display flex;
+		flex-direction: column;
 		background #fff;
 
 		.info-max-box {
 			flex: 1;
 			overflow: scroll;
-			padding-bottom: 100rpx;
 			background #fff;
-			margin: 0 20rpx;
 
 			.for-info-box:nth-child(1) {
 				border: none;
@@ -160,6 +159,7 @@
 						display flex;
 						line-height: 67rpx;
 						margin-top: 7rpx;
+						margin-right: 20rpx;
 
 						view:nth-child(1) {
 							font-size: 30rpx;
@@ -210,6 +210,7 @@
 				line-height: 100rpx;
 				color: #999;
 				text-align center
+				padding-bottom:200rpx;
 			}
 		}
 	}

+ 1 - 1
pages/views/pupilPage/pupilHome.vue

@@ -144,7 +144,7 @@
 		flex-direction: column;
 		overflow-y: scroll;
 		overflow-x: hidden;
-		padding-bottom:100rpx;
+		padding-bottom:200rpx;
 
 		.top-page-title {
 			text-align: center;

+ 1 - 1
pages/views/pupilPage/pupilMine.vue

@@ -294,7 +294,7 @@
 		flex-direction: column;
 		overflow-y: scroll;
 		overflow-x: hidden;
-		padding-bottom:100rpx;
+		padding-bottom:200rpx;
 
 		.back-img-box {
 			z-index: 0;

+ 3 - 2
pages/views/teacherPage/laboratoryList.vue

@@ -494,9 +494,10 @@
 			}
 			.get-data-null-p {
 				text-align: center;
-				line-height: 80rpx;
-				padding-bottom: 80px;
+				height: 100rpx;
+				line-height: 100rpx;
 				color: #999;
+				padding-bottom:200rpx;
 			}
 		}
 	}

+ 1 - 1
pages/views/teacherPage/teacherHome.vue

@@ -243,6 +243,7 @@
 		display: flex;
 		flex-direction: column;
 		overflow: hidden;
+		padding-bottom: 200rpx;
 
 		.data-board {
 			flex: 1;
@@ -257,7 +258,6 @@
 			flex-direction: column;
 			overflow-y: scroll;
 			overflow-x: hidden;
-			padding-bottom: 100rpx;
 
 			.top-page-title {
 				text-align: center;

+ 1 - 1
pages/views/teacherPage/teacherMine.vue

@@ -312,7 +312,7 @@
 		flex-direction: column;
 		overflow-y: scroll;
 		overflow-x: hidden;
-		padding-bottom:100rpx;
+		padding-bottom:200rpx;
 
 		.back-img-box {
 			z-index: 0;