feat:【ele】【mall】diy-editor 移除 mobile 多余的 style 标签
parent
a92b98aa41
commit
60219ace92
|
|
@ -140,6 +140,4 @@ const formData = useVModel(props, 'modelValue', emit);
|
|||
</ElCard>
|
||||
</ElForm>
|
||||
</ComponentContainerProperty>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
</template>
|
||||
|
|
@ -34,5 +34,3 @@ defineProps<{ property: NoticeBarProperty }>();
|
|||
<IconifyIcon icon="ep:arrow-right" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -13,5 +13,3 @@ defineProps<{ property: UserCouponProperty }>();
|
|||
src="https://shopro.sheepjs.com/admin/static/images/shop/decorate/couponCardStyle.png"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -16,5 +16,3 @@ const formData = useVModel(props, 'modelValue', emit);
|
|||
<template>
|
||||
<ComponentContainerProperty v-model="formData.style" />
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -18,5 +18,3 @@ const formData = useVModel(props, 'modelValue', emit);
|
|||
<template>
|
||||
<ComponentContainerProperty v-model="formData.style" />
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue