浏览代码

使用 ** column ** 属性的纸片组可以包装它们的纸片。

lifanagju_citu 9 月之前
父节点
当前提交
6b2c626ae9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pay/index.vue

+ 1 - 1
src/components/pay/index.vue

@@ -17,7 +17,7 @@
       <span class="font-size-30">{{ cost }}</span>
     </div>
     <template v-if="payTypeList?.length">
-      <v-chip-group v-model="payType" selected-class="text-primary" mandatory @update:modelValue="payTypeChange">
+      <v-chip-group v-model="payType" selected-class="text-primary" column mandatory @update:modelValue="payTypeChange">
         <v-chip filter v-for="k in payTypeList" :key="k.code" :value="k.code" class="mr-3" label>
           {{ k.name }}
           <svg-icon v-if="k.icon" class="ml-1" :name="k.icon" :size="k.size"></svg-icon>