This commit is contained in:
X1627315083@163.com
2026-06-01 14:12:40 +08:00
parent a4494831a1
commit c32bd02efe
10 changed files with 53 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ defineExpose({})
const {} = toRefs(data);
</script>
<template>
<el-drawer v-model="isShoppingShow" width="50rem" class="addShoppingDrawer" :close-on-click-modal="false" title="I am the title" :with-header="false">
<el-drawer v-model="isShoppingShow" width="50rem" class="addShoppingDrawer" :close-on-click-modal="true" title="I am the title" :with-header="false">
<div class="addShoppingInfo">
<div class="header">
<div class="title">{{ $t('addShoppingCart.title') }}</div>
@@ -74,7 +74,7 @@ const {} = toRefs(data);
</div>
<div class="statement">
<div class="icon">
<SvgIcon name="statement" size="16.6" />
<SvgIcon name="statement" size="20" />
</div>
{{ $t('addShoppingCart.statement') }}
</div>