From e420796e33d6298427f0051812335607b22e6033 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?=
<1262327911@qq.com>
Date: Thu, 21 Nov 2024 21:02:28 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E5=9B=BE=E6=A0=87?=
=?UTF-8?q?=E5=86=85=E7=BD=AE=E6=97=8B=E8=BD=AC=E6=B2=A1=E7=94=9F=E6=95=88?=
=?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/packages/components/Icons/Default/Icon/config.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/packages/components/Icons/Default/Icon/config.vue b/src/packages/components/Icons/Default/Icon/config.vue
index 961f6baa..a276816e 100644
--- a/src/packages/components/Icons/Default/Icon/config.vue
+++ b/src/packages/components/Icons/Default/Icon/config.vue
@@ -8,8 +8,8 @@
-
-
+
+
@@ -35,15 +35,15 @@ const rotateMode = [
label: '0°'
},
{
- value: 1,
+ value: 90,
label: '90°'
},
{
- value: 2,
+ value: 180,
label: '180°'
},
{
- value: 3,
+ value: 270,
label: '270°'
}
]