From 704011800afdf0e87dc006b8d6e444556eaa9bf8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 八月 2021 14:24:42 +0800
Subject: [PATCH] 2021-08-10

---
 src/menu/components/card/cardcellcomponent/formconfig.jsx |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx
index 60a2c1b..f77d270 100644
--- a/src/menu/components/card/cardcellcomponent/formconfig.jsx
+++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -296,17 +296,6 @@
       required: false,
     },
     {
-      type: 'radio',
-      key: 'scale',
-      label: '鍥剧墖鏀惧ぇ',
-      initVal: card.scale || 'false',
-      required: false,
-      options: [
-        { value: 'false', text: '涓嶅彲浠�' },
-        { value: 'true', text: '鍙互' }
-      ]
-    },
-    {
       type: 'select',
       key: 'aspectRatio',
       label: '闀垮姣�',
@@ -332,7 +321,7 @@
       ]
     },
     {
-      type: 'select',
+      type: 'radio',
       key: 'link',
       label: '閾炬帴',
       initVal: card.link || '',
@@ -345,6 +334,17 @@
       ]
     },
     {
+      type: 'radio',
+      key: 'scale',
+      label: '鍥剧墖鏀惧ぇ',
+      initVal: card.scale || 'false',
+      required: false,
+      options: [
+        { value: 'false', text: '涓嶅彲浠�' },
+        { value: 'true', text: '鍙互' }
+      ]
+    },
+    {
       type: 'select',
       key: 'linkmenu',
       label: '鍏宠仈鑿滃崟',

--
Gitblit v1.8.0