@@ -27,7 +27,7 @@
</block>
<view class="footer" v-if="showRefundBtn">
- <button class="admin-button-com bule middle" @click="goRefund">发起退款</button>
+ <button class="admin-button-com bule big" @click="goRefund">发起退款</button>
</view>
</template>
@@ -152,5 +152,7 @@ export default {
padding: 20upx 30upx 40upx;
background: #fff;
box-shadow: 0 -2upx 10upx rgba(0,0,0,0.05);
+ display: flex;
+ justify-content: flex-end;
}
</style>
@@ -18,7 +18,7 @@
<view class="footer">
- <button class="admin-button-com bule middle" @click="confirmRefund">确认退款</button>
+ <button class="admin-button-com bule big" @click="confirmRefund">确认退款</button>
@@ -113,8 +113,8 @@ export default {
.tip {
display: block;
margin-top: 16upx;
- padding: 16upx;
- font-size: 24upx;
+ padding: 16upx 0;
+ font-size: 26upx;
border-radius: 8upx;
.online-tip {
@@ -154,5 +154,7 @@ export default {
bottom: 0;
+ font-size: 28upx;