diff --git a/src/components/Card.vue b/src/components/Card.vue index 0afabbe..efdd17e 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -1,8 +1,12 @@ + + \ No newline at end of file diff --git a/src/stores/editor.ts b/src/stores/editor.ts index ccc9aa5..b25182d 100644 --- a/src/stores/editor.ts +++ b/src/stores/editor.ts @@ -4,6 +4,7 @@ import { EditorFolder } from '@/const/editor' // 定义哪些属性需要添加 px 单位 const PX_PROPERTIES = ['width', 'border-radius'] +const TILT_PROPERTIES = ["border-radius"] export const useEditorStore = defineStore('editor', () => { // 存储表单数据