mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore(dashboard): 将剩余 :deep() 迁移到 ::v-deep()
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user