From f2a2a7c9ac38c8d13292054c7d06735c8c877fd3 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 26 Nov 2021 21:26:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20antd-vue=203=20slider=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=A1=8C=E5=86=85style=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Toolbar/ElementStylePanel/ShapeStylePanel.vue | 5 ++++- src/views/Editor/Toolbar/SlideDesignPanel.vue | 5 ++++- src/views/Editor/Toolbar/common/ElementShadow.vue | 15 +++++++++------ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue index 171fab38..e195013b 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ShapeStylePanel.vue @@ -58,11 +58,11 @@
渐变角度:
@@ -333,4 +333,7 @@ export default defineComponent({ height: 3px; margin-top: 1px; } +.slider { + flex: 3; +} \ No newline at end of file diff --git a/src/views/Editor/Toolbar/SlideDesignPanel.vue b/src/views/Editor/Toolbar/SlideDesignPanel.vue index 435521f4..ad11f397 100644 --- a/src/views/Editor/Toolbar/SlideDesignPanel.vue +++ b/src/views/Editor/Toolbar/SlideDesignPanel.vue @@ -83,11 +83,11 @@
渐变角度:
@@ -459,4 +459,7 @@ export default defineComponent({ margin-top: 5px; } } +.slider { + flex: 3; +} \ No newline at end of file diff --git a/src/views/Editor/Toolbar/common/ElementShadow.vue b/src/views/Editor/Toolbar/common/ElementShadow.vue index 6494af3d..eff4e90a 100644 --- a/src/views/Editor/Toolbar/common/ElementShadow.vue +++ b/src/views/Editor/Toolbar/common/ElementShadow.vue @@ -10,34 +10,34 @@
水平阴影:
垂直阴影:
模糊距离:
@@ -124,4 +124,7 @@ export default defineComponent({ .switch-wrapper { text-align: right; } +.slider { + flex: 3; +} \ No newline at end of file