::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -358,7 +358,7 @@ export default {
.chart-content {
height: calc(100% - 240px);
::v-deep .ai-card__body {
:deep( .ai-card__body ){
height: calc(100% - 70px);
}
@@ -374,7 +374,7 @@ export default {
}
}
::v-deep .ai-detail__content--wrapper {
:deep( .ai-detail__content--wrapper ){
height: 100%;
}
</style>