订单管理支付样式调整

This commit is contained in:
2024-10-16 14:16:31 +08:00
parent 72d4862925
commit a221a1fc99
5 changed files with 26 additions and 20 deletions

View File

@@ -5,9 +5,9 @@
<view>
{{data.productName}}
</view>
<!-- <view class="u-flex u-m-t-32">
<view class="u-flex u-m-t-32">
<up-number-box :buttonSize="44" :inputWidth="220" v-model="number"></up-number-box>
</view> -->
</view>
<view class="u-m-t-32">
<view class="u-font-24">
<text class="color-999">退菜理由</text>
@@ -15,8 +15,8 @@
</view>
<view class="u-flex u-flex-wrap u-m-t-24">
<view class="u-flex u-m-r-16 u-m-b-16" v-for="(item,index) in tags" :key="index">
<up-tag @click="changeTagSel(item)" :text="item.label" plain v-if="item.checked"> </up-tag>
<up-tag @click="changeTagSel(item)" borderColor="#E5E5E5" color="#999" :text="item.label" plain v-else> </up-tag>
<up-tag @click="changeTagSel(item)" :text="item.label" plain borderColor="#E6FOFF" color="#318AFE" v-if="item.checked"> </up-tag>
<up-tag @click="changeTagSel(item)" borderColor="#E5E5E5" color="#666" :text="item.label" plain v-else> </up-tag>
</view>
</view>
<view class="u-m-t-24">
@@ -96,5 +96,8 @@
}
</script>
<style>
<style lang="scss" scoped>
::v-deep .u-border{
border-width: 1px!important;
}
</style>