tanxue 3 dagar sedan
förälder
incheckning
b736e845e2
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 3 3
      common/styles/global/pages.scss
  2. 1 1
      pages/admin/haibao/haibaoInfo.vue

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

@@ -1567,10 +1567,10 @@
 
 .phone-haibao-info-page{
 	width: 100%;height: 100vh;background-color: #fff;
-	display: flex;flex-direction: column;background-color: #202020;
+	display: flex;flex-direction: column;
 	.haibao-info-body-box{
-		box-sizing: border-box;padding: 24rpx;flex: 1;
-		display: flex;align-items: center;
+		box-sizing: border-box;padding: 24rpx;flex: 1;overflow-y: auto;
+		display: flex;align-items: center;background-color: #202020;
 		img{width: 100%;}
 		.haibao-info-text{
 			color: #000;font-size: 28rpx;margin-top: 16rpx;display: flex;align-items: center;

+ 1 - 1
pages/admin/haibao/haibaoInfo.vue

@@ -14,7 +14,7 @@
 				</view>
 				
 			</view>
-            <view v-else class="loading-text">加载中...</view>
+            <view v-else class="loading-text">暂无数据</view>
         </view>
     </view>
 </template>