Browse Source

申请退款按钮样式修改

常志远 3 năm trước cách đây
mục cha
commit
d6c72f66d6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/user/finance/refundList.vue

+ 2 - 2
pages/user/finance/refundList.vue

@@ -53,8 +53,8 @@
 			<u-modal v-model="showtip" :title="title" :content='content1' :show-confirm-button="true" confirm-text="知道了" ></u-modal> 
 		</view>
 				
-		<view style="bottom:0rpx;position:absolute;width: 100%;" v-show="account.totalAmount>0">
-			<u-button shape="circle"    style="background-color: green;color:white" @click="show=true">申请退款</u-button>
+		<view style="bottom:0;position:absolute;width: 100%;padding: 20px;" v-show="account.totalAmount>0">
+			<u-button shape="circle"    style="background-color:#00b962;color:white" @click="show=true">申请退款</u-button>
 		</view>
 	</view>
 </template>