diff --git a/apps/web-antd/src/views/mall/product/category/components/select.vue b/apps/web-antd/src/views/mall/product/category/components/select.vue index cbaf3ec65..5ef706228 100644 --- a/apps/web-antd/src/views/mall/product/category/components/select.vue +++ b/apps/web-antd/src/views/mall/product/category/components/select.vue @@ -59,7 +59,7 @@ onMounted(async () => { }" :multiple="multiple" :tree-checkable="multiple" - class="w-1/1" + class="w-full" placeholder="请选择商品分类" allow-clear tree-default-expand-all diff --git a/apps/web-antd/src/views/mall/promotion/combination/components/index.ts b/apps/web-antd/src/views/mall/promotion/combination/components/index.ts new file mode 100644 index 000000000..91676dbc0 --- /dev/null +++ b/apps/web-antd/src/views/mall/promotion/combination/components/index.ts @@ -0,0 +1,2 @@ +export { default as CombinationShowcase } from './showcase.vue'; + diff --git a/apps/web-antd/src/views/mall/promotion/combination/components/showcase.vue b/apps/web-antd/src/views/mall/promotion/combination/components/showcase.vue new file mode 100644 index 000000000..27b972ef5 --- /dev/null +++ b/apps/web-antd/src/views/mall/promotion/combination/components/showcase.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/apps/web-antd/src/views/mall/promotion/combination/components/table-select.vue b/apps/web-antd/src/views/mall/promotion/combination/components/table-select.vue new file mode 100644 index 000000000..f36a2b588 --- /dev/null +++ b/apps/web-antd/src/views/mall/promotion/combination/components/table-select.vue @@ -0,0 +1,285 @@ + + + + diff --git a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/index.vue b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/index.vue index 0b05db2e2..6b89b4c41 100644 --- a/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/index.vue +++ b/apps/web-antd/src/views/mall/promotion/components/diy-editor/components/mobile/carousel/index.vue @@ -22,10 +22,13 @@ const handleIndexChange = (index: number) => {