wangzizhong 2 lat temu
rodzic
commit
4c0c8aec0b
4 zmienionych plików z 17 dodań i 12 usunięć
  1. 1 1
      App.vue
  2. 2 2
      pages/heatingPage/pay.vue
  3. 13 8
      pages/index/index.vue
  4. 1 1
      pages/selfCenter/with_house.vue

+ 1 - 1
App.vue

@@ -178,6 +178,6 @@ page {
   align-items: center;
 }
 .uni-popup__wrapper.uni-custom.center .uni-popup__wrapper-box {
-  max-height: 50%!important;
+  max-height: 38%!important;
 }
 </style>

+ 2 - 2
pages/heatingPage/pay.vue

@@ -353,7 +353,7 @@ export default {
   }
 }
  .popup-box {
-	  height: 100%;
+	  height: 90%;
 	  display: flex;
 	  flex-direction: column;
 	  justify-content: space-between;
@@ -372,7 +372,7 @@ export default {
 	  display: flex;
 	  height: 80rpx;
 	  align-items: center;
-	  margin-top: 60rpx;
+	  margin-top: 40rpx;
 		view {
 			width: 30%; 
 		}

+ 13 - 8
pages/index/index.vue

@@ -94,14 +94,10 @@
           </view>
         </view>
       </view>
-	  <view
-	    class="notice-content-box"
-	    style="justify-content: start; padding: 30rpx 0 30rpx 30rpx;border-radius: 0;"
-	    v-if="owner_id == 0">
-		 <view class="notice-content" style="width: 100%">
-			 <view class="notice-content-font">尚未关联业主信息,请先登录后完成关联!</view>
-		 </view>
-	  </view>
+	 <view class="noLogin-box" v-if="owner_id == 0">
+		 <view>尚未关联业主信息,</view>
+		 <view>请前往"我的"登录后完成关联!</view>
+	 </view>
     </view>
    
 
@@ -538,4 +534,13 @@ export default {
 		font-size: 36rpx;
 		font-weight: 500;
 	}
+.noLogin-box {
+	width: 100%;
+	display: flex;
+	flex-direction: column;
+	justify-content: space-between;
+	align-items: center;
+	margin-top: 160rpx;
+	color: #a7adba;
+}	
 </style>

+ 1 - 1
pages/selfCenter/with_house.vue

@@ -545,7 +545,7 @@ export default {
   .popup-type {
 	  height: 80rpx;
 	 text-align: center;
-    margin-top: 150rpx;
+    margin-top: 100rpx;
   }
   .popup-footer {
 	  display: flex;