::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

@@ -139,7 +139,7 @@ export default {
.AppInterview {
height: 100%;
::v-deep .dateRange {
:deep( .dateRange ){
.dateLabel {
height: 32px;
border: 1px solid #D0D4DC;
@@ -154,7 +154,7 @@ export default {
}
}
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
display: flex;
flex-direction: column;
gap: 10px;

View File

@@ -78,7 +78,7 @@ export default {
.interviewDetail {
height: 100%;
::v-deep .images {
:deep( .images ){
display: flex;
gap: 16px;
flex-wrap: wrap;