소스 검색

no message

linwenxin 7 달 전
부모
커밋
9126579722
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      src/packageAttachment/pages/applicationParts/state.vue
  2. 5 1
      src/packageAttachment/pages/applyReturnOfNewPiece/state.vue

+ 5 - 0
src/packageAttachment/pages/applicationParts/state.vue

@@ -138,6 +138,11 @@ export default {
       margin: auto;
       width: 60%;
       background: linear-gradient(135deg, #7fdaff 0%, #6da7ff 100%) !important;
+      height: 60rpx;
+      line-height: 60rpx;
+      border-radius: 30rpx;
+      text-align: center;
+      color: #fff;
     }
   }
 }

+ 5 - 1
src/packageAttachment/pages/applyReturnOfNewPiece/state.vue

@@ -7,7 +7,6 @@
           <view class="piece_state_ts"> 新件返还申请已成功提交 </view>
           <view class="piece_state_text"> 请耐心等待网点对您的申请审核审 </view>
           <view class="piece_state_text"> 核通过后,您可以归还新件了! </view>
-          <!-- <view class="confirm-btn-a">查看详情</view> -->
         </view>
       </zj-page-fill>
       <view class="backbtnclick">
@@ -112,6 +111,11 @@ export default {
       margin: auto;
       width: 60%;
       background: linear-gradient(135deg, #7fdaff 0%, #6da7ff 100%) !important;
+      height: 60rpx;
+      line-height: 60rpx;
+      border-radius: 30rpx;
+      text-align: center;
+      color: #fff;
     }
   }
 }