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; + } +}