瀏覽代碼

no message

linwenxin 7 月之前
父節點
當前提交
9126579722

+ 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;
     }
   }
 }