Browse Source

修改宽度

master
wangfukang 1 month ago
parent
commit
911b21e7db
  1. 2
      src/views/app/shop/shop.vue

2
src/views/app/shop/shop.vue

@ -116,7 +116,7 @@
</div> </div>
</div> </div>
</Drawer> </Drawer>
<Modal :title="商品列表" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1800"> <Modal :title="商品列表" v-model="Visiable" :mask-closable="false" :scrollabele="true" :width="1500">
<goodsList ref="goodsPage" v-if="Visiable"></goodsList> <goodsList ref="goodsPage" v-if="Visiable"></goodsList>
<div slot="footer" v-show=Visiable> <div slot="footer" v-show=Visiable>
<Button type="text" @click="Visiable = false">关闭</Button> <Button type="text" @click="Visiable = false">关闭</Button>

Loading…
Cancel
Save