fix(数据大屏): 边框-颜色的下拉样式不对

This commit is contained in:
dataeaseShu 2024-10-23 14:22:51 +08:00
parent e8d3ab70c8
commit 490e1e943d
2 changed files with 8 additions and 2 deletions

View File

@ -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(
</el-form>
</el-row>
</template>
<style scoped lang="less"></style>

View File

@ -596,3 +596,10 @@ strong {
overflow-x: auto;
overflow-y: hidden;
}
.form-item-dark {
.ed-input-number__decrease,
.ed-input-number__increase {
color: #a6a6a6;
}
}