fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user