chore(dashboard): 将剩余 :deep() 迁移到 ::v-deep()

This commit is contained in:
LIghtJUNction
2026-03-27 19:10:01 +08:00
parent 60e20f0084
commit 47fc35fd6f
3 changed files with 8 additions and 8 deletions

View File

@@ -96,10 +96,10 @@ const toggleOrder = () => {
max-width: 220px;
}
.plugin-sort-control__select :deep(.v-field__input),
.plugin-sort-control__select :deep(.v-field-label),
.plugin-sort-control__select :deep(.v-select__selection-text),
.plugin-sort-control__select :deep(.v-field__prepend-inner) {
.plugin-sort-control__select ::v-deep(.v-field__input),
.plugin-sort-control__select ::v-deep(.v-field-label),
.plugin-sort-control__select ::v-deep(.v-select__selection-text),
.plugin-sort-control__select ::v-deep(.v-field__prepend-inner) {
font-size: 0.875rem;
}
</style>

View File

@@ -1897,11 +1897,11 @@ export default {
border-radius: 14px;
}
.neo-data-table :deep(.v-data-table-header__content) {
.neo-data-table ::v-deep(.v-data-table-header__content) {
font-weight: 700;
}
.neo-data-table :deep(tbody tr:hover) {
.neo-data-table ::v-deep(tbody tr:hover) {
background: rgba(var(--v-theme-primary), 0.04);
}

View File

@@ -400,8 +400,8 @@ function getSpecialSubtype(value) {
margin-top: 2px;
}
.config-hint :deep(a),
.property-hint :deep(a) {
.config-hint ::v-deep(a),
.property-hint ::v-deep(a) {
color: var(--v-theme-primary);
text-decoration: underline;
}