修改颜色

This commit is contained in:
limengnan 2025-06-26 17:48:23 +08:00
parent f283f3ad59
commit 916b4c88fc
3 changed files with 14 additions and 4 deletions

View File

@ -695,3 +695,13 @@ strong {
.ed-checkbox__label:hover{ .ed-checkbox__label:hover{
color: #fff ; color: #fff ;
} }
.ed-select-dropdown__item.hover, .ed-select-dropdown__item:hover {
background-color: rgba(67, 67, 67, 1) !important;
}
// .ed-input.is-disabled .ed-input__wrapper{
// background-color: rgba(37, 38, 38, 1) !important;
// box-shadow: 0 0 0 1px rgba(51, 51, 51, 0)inset;
// }

View File

@ -194,7 +194,7 @@ init()
<style lang="less" scoped> <style lang="less" scoped>
.union-container { .union-container {
height: 275px; height: 270px;
font-family: var(--de-custom_font, 'PingFang'); font-family: var(--de-custom_font, 'PingFang');
} }
.union-header { .union-header {
@ -271,7 +271,7 @@ init()
display: inline-block; display: inline-block;
} }
.union-body-item { .union-body-item {
height: 32px; height: 33px;
align-items: center; align-items: center;
display: flex; display: flex;
margin-bottom: 8px; margin-bottom: 8px;

View File

@ -194,7 +194,7 @@ init()
<style lang="less" scoped> <style lang="less" scoped>
.union-container { .union-container {
height: 275px; height: 270px;
font-family: var(--de-custom_font, 'PingFang'); font-family: var(--de-custom_font, 'PingFang');
} }
.union-header { .union-header {
@ -270,7 +270,7 @@ init()
display: inline-block; display: inline-block;
} }
.union-body-item { .union-body-item {
height: 32px; height: 33px;
align-items: center; align-items: center;
display: flex; display: flex;
margin-bottom: 8px; margin-bottom: 8px;