样式修改
This commit is contained in:
parent
a20f4bd9a3
commit
a270dcc366
@ -181,7 +181,7 @@ onUnmounted(() => {
|
||||
:deep(.ed-input--dark .ed-input__wrapper),
|
||||
:deep(.ed-input-number--dark:not(.is-disabled) .ed-input-number__decrease:not(.is-disabled)),
|
||||
:deep(.ed-input-number--dark:not(.is-disabled) .ed-input-number__increase:not(.is-disabled)) {
|
||||
background-color: #1a1a1a;
|
||||
background-color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
.custom-divider_scale {
|
||||
|
@ -466,11 +466,11 @@ const menuOpt = optName => {
|
||||
color: #ebebeb !important;
|
||||
}
|
||||
.ed-collapse-item__wrap .ed-input-number__decrease, .ed-input-number__increase{
|
||||
background-color: #434343;
|
||||
color:#ffffff;
|
||||
background-color: #434343 !important;
|
||||
color:#ffffff !important;
|
||||
}
|
||||
.ed-input-number__decrease, .ed-input-number__increase{
|
||||
color:#ffffff;
|
||||
color:#ffffff !important;
|
||||
}
|
||||
.ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__increase{
|
||||
border-bottom: 1px solid #5f5f5f !important;
|
||||
@ -569,7 +569,7 @@ color: #ffffff !important;
|
||||
}
|
||||
.ed-input-number--dark:not(.is-disabled) .ed-input-number__decrease:not(.is-disabled):hover~.ed-input:not(.is-disabled) .ed-input__wrapper, .ed-input-number--dark:not(.is-disabled) .ed-input-number__increase:not(.is-disabled):hover~.ed-input:not(.is-disabled) .ed-input__wrapper{
|
||||
box-shadow: none !important;
|
||||
border: 1px solid #0089ff;
|
||||
border: 1px solid #0089ff !important;
|
||||
}
|
||||
.ed-input__wrapper.is-focus {
|
||||
box-shadow: none !important;
|
||||
@ -582,13 +582,13 @@ color: #ffffff !important;
|
||||
}
|
||||
.ed-input-number--light:not(.is-disabled).is-controls-right .ed-input-number__decrease:not(.is-disabled):hover~.ed-input:not(.is-disabled) .ed-input__wrapper, .ed-input-number--light:not(.is-disabled).is-controls-right .ed-input-number__increase:not(.is-disabled):hover~.ed-input:not(.is-disabled) .ed-input__wrapper{
|
||||
box-shadow: none !important;
|
||||
border: 1px solid #0089ff;
|
||||
border: 1px solid #0089ff !important;
|
||||
}
|
||||
.ed-input-number--light .ed-input-number__decrease.is-disabled .ed-icon, .ed-input-number--light .ed-input-number__increase.is-disabled .ed-icon {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ed-input-number__decrease:hover, .ed-input-number__increase:hover {
|
||||
color: #0089ff;
|
||||
color: #0089ff !important;
|
||||
}
|
||||
.ed-select .ed-input.is-disabled:not(.ed-input--dark) .ed-input__wrapper:hover{
|
||||
box-shadow: none!important;;
|
||||
|
@ -49,10 +49,10 @@ const { value, min, max, step, themes, disabled } = toRefs(props)
|
||||
|
||||
.dark-custom-input-number :deep(.ed-input-number__decrease) {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
color: #ffffff;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.dark-custom-input-number :deep(.ed-input-number__increase) {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
color: #ffffff;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
</style>
|
||||
|
@ -391,14 +391,14 @@ color:#ffffff;
|
||||
}
|
||||
:deep(.ed-input-number__increase){
|
||||
background-color: #434343 !important;
|
||||
color:#ffffff;
|
||||
color:#ffffff !important;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__increase){
|
||||
border-bottom: 1px solid #5f5f5f;
|
||||
border-left: 1px solid #5f5f5f;
|
||||
border-bottom: 1px solid #5f5f5f !important;
|
||||
border-left: 1px solid #5f5f5f !important;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__decrease){
|
||||
border-left: 1px solid #5f5f5f;
|
||||
border-left: 1px solid #5f5f5f !important;
|
||||
}
|
||||
:deep(.ed-select-dropdown__item){
|
||||
color: #ffffff !important;
|
||||
|
@ -312,11 +312,11 @@ color:#ffffff;
|
||||
color:#ffffff;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__increase){
|
||||
border-bottom: 1px solid #5f5f5f;
|
||||
border-left: 1px solid #5f5f5f;
|
||||
border-bottom: 1px solid #5f5f5f !important;
|
||||
border-left: 1px solid #5f5f5f !important;
|
||||
}
|
||||
:deep(.ed-input-number.is-controls-right .ed-input-number__decrease){
|
||||
border-left: 1px solid #5f5f5f;
|
||||
border-left: 1px solid #5f5f5f !important;
|
||||
}
|
||||
.ed-select-group__wrap:not(:last-of-type)::after{
|
||||
background: #5f5f5f;
|
||||
|
@ -935,6 +935,6 @@ initFunction()
|
||||
border-left: 1px solid #5f5f5f !important;
|
||||
}
|
||||
.ed-input-number--light .ed-input-number__increase .ed-icon{
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user