radio全局样式调整

This commit is contained in:
Chopper
2021-05-17 18:07:19 +08:00
parent a0eaff276b
commit c63e44793c
33 changed files with 45 additions and 45 deletions

View File

@@ -28,7 +28,7 @@
<div class="eval-con">
<div>
<span class="color999">商品评价</span>
<RadioGroup style="margin-bottom:5px;color:#999" v-model="orderGoods.grade">
<RadioGroup style="margin-bottom:5px;color:#999" v-model="orderGoods.grade" type="button" button-style="solid">
<Radio label="GOOD">好评</Radio>
<Radio label="MODERATE">中评</Radio>
<Radio label="WORSE">差评</Radio>