From c724a7acf7026e862877360a4ff1b7e6d47ed4f0 Mon Sep 17 00:00:00 2001 From: libertyspy Date: Tue, 17 Mar 2026 10:21:00 +0800 Subject: [PATCH] UPDATE: VERSION-20260317 --- modeler/src/style.less | 8 ++- .../views/decision/rule/PlatformSelect.vue | 45 ++----------- modeler/src/views/decision/rule/store.ts | 64 +++++++++++++++++++ 3 files changed, 75 insertions(+), 42 deletions(-) create mode 100644 modeler/src/views/decision/rule/store.ts diff --git a/modeler/src/style.less b/modeler/src/style.less index 48e7e4c..ad463ef 100644 --- a/modeler/src/style.less +++ b/modeler/src/style.less @@ -1291,6 +1291,10 @@ } } +.ant-select:not(.ant-select-customize-input) .ant-select-selector{ + border: 1px solid #475f71 +} + .ant-input-affix-wrapper.ant-input-password input:-webkit-autofill, .ant-input-affix-wrapper.ant-input-password input:-webkit-autofill:hover, .ant-input-affix-wrapper.ant-input-password input:-webkit-autofill:focus, @@ -1504,9 +1508,7 @@ border-inline-end-width: 1px; } } -.ant-select:not(.ant-select-customize-input) .ant-select-selector{ - border: 1px solid #2c2a2a; -} + .ant-select .ant-select-selection-placeholder, .ant-select .ant-select-selection-search-input{ background: transparent diff --git a/modeler/src/views/decision/rule/PlatformSelect.vue b/modeler/src/views/decision/rule/PlatformSelect.vue index d556b94..0b3ddb6 100644 --- a/modeler/src/views/decision/rule/PlatformSelect.vue +++ b/modeler/src/views/decision/rule/PlatformSelect.vue @@ -35,9 +35,9 @@