数据集样式
This commit is contained in:
parent
f7f39c2d2c
commit
475f8ae9c7
@ -2984,6 +2984,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
|
||||
}
|
||||
|
||||
.table-list {
|
||||
background: #262626 !important;
|
||||
.list-item_primary {
|
||||
padding: 8px;
|
||||
}
|
||||
@ -3719,4 +3720,13 @@ border-right: 1px solid rgba(54, 54, 54, 1)
|
||||
.de-dataset-form .container .arrow-right:hover .ed-icon{
|
||||
color: #fff !important;
|
||||
}
|
||||
.de-dataset-form .container .ed-switch__label{
|
||||
color: #fff;
|
||||
}
|
||||
.de-dataset-form .container .ed-switch__label.is-active {
|
||||
color: var(--ed-color-primary);
|
||||
}
|
||||
.de-dataset-form .label{
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user