数据集样式

This commit is contained in:
limengnan 2025-06-25 09:06:00 +08:00
parent f7f39c2d2c
commit 475f8ae9c7

View File

@ -2984,6 +2984,7 @@ const getIconNameCalc = (deType, extField, dimension = false) => {
} }
.table-list { .table-list {
background: #262626 !important;
.list-item_primary { .list-item_primary {
padding: 8px; padding: 8px;
} }
@ -3719,4 +3720,13 @@ border-right: 1px solid rgba(54, 54, 54, 1)
.de-dataset-form .container .arrow-right:hover .ed-icon{ .de-dataset-form .container .arrow-right:hover .ed-icon{
color: #fff !important; 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> </style>