|
|
@@ -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>
|
|
|
</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>
|