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

This commit is contained in:
LIghtJUNction
2026-03-27 19:10:17 +08:00
parent 47fc35fd6f
commit 20bd0c22b1
6 changed files with 7 additions and 7 deletions

View File

@@ -484,11 +484,11 @@ onBeforeUnmount(() => {
}
@media (max-width: 768px) {
.provider-config-dialog :deep(.v-card-title) {
.provider-config-dialog ::v-deep(.v-card-title) {
padding: 12px 16px !important;
}
.provider-config-dialog :deep(.v-card-title .text-h2) {
.provider-config-dialog ::v-deep(.v-card-title .text-h2) {
font-size: 1.5rem !important;
}
}

View File

@@ -202,7 +202,7 @@ onMounted(async () => {
animation: fadeIn 0.2s ease-in-out;
}
:deep(.code-highlighted pre) {
::v-deep(.code-highlighted pre) {
background-color: transparent !important;
}

View File

@@ -185,7 +185,7 @@ const statusItems = [
flex: none;
}
.system-plugin-checkbox :deep(.v-selection-control) {
.system-plugin-checkbox ::v-deep(.v-selection-control) {
min-height: auto;
}
</style>

View File

@@ -220,7 +220,7 @@ const isInternal = (tool: ToolItem) => tool.source === 'internal';
border-radius: 8px;
}
.tool-table :deep(.v-data-table__td) {
.tool-table ::v-deep(.v-data-table__td) {
vertical-align: middle;
}

View File

@@ -765,7 +765,7 @@ export default defineComponent({
overflow-x: auto;
}
.breadcrumb-bar :deep(.v-breadcrumbs) {
.breadcrumb-bar ::v-deep(.v-breadcrumbs) {
flex-wrap: nowrap;
min-width: max-content;
}

View File

@@ -391,7 +391,7 @@ function getSpecialSubtype(value) {
gap: 20px;
}
:deep(.v-field__input) {
::v-deep(.v-field__input) {
font-size: 14px;
}
</style>