From 18b4775e98ea37a8464eda50245984686612a158 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Thu, 7 Aug 2025 15:13:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E3=80=90IoT=20=E7=89=A9=E8=81=94?= =?UTF-8?q?=E7=BD=91=E3=80=91=E5=9C=BA=E6=99=AF=E8=81=94=E5=8A=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20ConditionTypeSelector=20=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=86=85=E8=81=94=E5=9C=A8=E4=B8=BB=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scene/form/configs/ConditionConfig.vue | 30 +++++++- .../form/selectors/ConditionTypeSelector.vue | 77 ------------------- 2 files changed, 27 insertions(+), 80 deletions(-) delete mode 100644 src/views/iot/rule/scene/form/selectors/ConditionTypeSelector.vue diff --git a/src/views/iot/rule/scene/form/configs/ConditionConfig.vue b/src/views/iot/rule/scene/form/configs/ConditionConfig.vue index 98644b98a..632218485 100644 --- a/src/views/iot/rule/scene/form/configs/ConditionConfig.vue +++ b/src/views/iot/rule/scene/form/configs/ConditionConfig.vue @@ -5,11 +5,20 @@ - + placeholder="请选择条件类型" + class="w-full" + > + + @@ -114,7 +123,6 @@