修改颜色
This commit is contained in:
parent
f283f3ad59
commit
916b4c88fc
@ -695,3 +695,13 @@ strong {
|
||||
.ed-checkbox__label:hover{
|
||||
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;
|
||||
// }
|
@ -194,7 +194,7 @@ init()
|
||||
|
||||
<style lang="less" scoped>
|
||||
.union-container {
|
||||
height: 275px;
|
||||
height: 270px;
|
||||
font-family: var(--de-custom_font, 'PingFang');
|
||||
}
|
||||
.union-header {
|
||||
@ -271,7 +271,7 @@ init()
|
||||
display: inline-block;
|
||||
}
|
||||
.union-body-item {
|
||||
height: 32px;
|
||||
height: 33px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-bottom: 8px;
|
||||
|
@ -194,7 +194,7 @@ init()
|
||||
|
||||
<style lang="less" scoped>
|
||||
.union-container {
|
||||
height: 275px;
|
||||
height: 270px;
|
||||
font-family: var(--de-custom_font, 'PingFang');
|
||||
}
|
||||
.union-header {
|
||||
@ -270,7 +270,7 @@ init()
|
||||
display: inline-block;
|
||||
}
|
||||
.union-body-item {
|
||||
height: 32px;
|
||||
height: 33px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-bottom: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user