From 490e1e943d93bd9db01266f565f7c889335b1a5f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 23 Oct 2024 14:22:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E8=BE=B9=E6=A1=86-=E9=A2=9C=E8=89=B2=E7=9A=84=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/common/CommonBorderSetting.vue | 3 +-- core/core-frontend/src/style/index.less | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/custom-component/common/CommonBorderSetting.vue b/core/core-frontend/src/custom-component/common/CommonBorderSetting.vue index 075b517fbb..da71b50978 100644 --- a/core/core-frontend/src/custom-component/common/CommonBorderSetting.vue +++ b/core/core-frontend/src/custom-component/common/CommonBorderSetting.vue @@ -135,6 +135,7 @@ watch( class="color-picker-style" :triggerWidth="65" is-custom + :effect="themes" :predefine="state.predefineColors" @change="changeStylePre('borderColor')" > @@ -205,5 +206,3 @@ watch( - - diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 51bca72721..9d13341c06 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -596,3 +596,10 @@ strong { overflow-x: auto; overflow-y: hidden; } + +.form-item-dark { + .ed-input-number__decrease, + .ed-input-number__increase { + color: #a6a6a6; + } +}