From fe313956737e14ac350204824413fc610a43a31f Mon Sep 17 00:00:00 2001 From: IchliebedichZhu <54796446@qq.com> Date: Thu, 21 Mar 2024 13:37:56 +0000 Subject: [PATCH] feat: convert wGroupStyle to composition API --- .../modules/widgets/wGroup/wGroupStyle.vue | 217 +++++++++++------- 1 file changed, 128 insertions(+), 89 deletions(-) diff --git a/src/components/modules/widgets/wGroup/wGroupStyle.vue b/src/components/modules/widgets/wGroup/wGroupStyle.vue index b594b0b..3273750 100644 --- a/src/components/modules/widgets/wGroup/wGroupStyle.vue +++ b/src/components/modules/widgets/wGroup/wGroupStyle.vue @@ -7,19 +7,19 @@ --> - + - finish('left', value)" /> - finish('top', value)" /> - finish('width', value)" /> - finish('height', value)" /> + finish('left', value)" /> + finish('top', value)" /> + finish('width', value)" /> + finish('height', value)" /> - 取消组合 + 取消组合 - finish('opacity', value)" /> + finish('opacity', value)" /> @@ -28,98 +28,137 @@ -