Merge pull request #12846 from dataease/pr@dev-v2_st

fix(数据大屏): 边框-颜色的下拉样式不对
This commit is contained in:
dataeaseShu 2024-10-23 14:24:04 +08:00 committed by GitHub
commit 9ef2b28e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -135,6 +135,7 @@ watch(
class="color-picker-style" class="color-picker-style"
:triggerWidth="65" :triggerWidth="65"
is-custom is-custom
:effect="themes"
:predefine="state.predefineColors" :predefine="state.predefineColors"
@change="changeStylePre('borderColor')" @change="changeStylePre('borderColor')"
> >
@ -205,5 +206,3 @@ watch(
</el-form> </el-form>
</el-row> </el-row>
</template> </template>
<style scoped lang="less"></style>

View File

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