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

@@ -108,7 +108,7 @@ export default {
height: 100%;
background-color: #fff;
::v-deep .ai-card__body {
:deep( .ai-card__body ){
padding: 12px 16px 20px !important;
}
@@ -162,7 +162,7 @@ export default {
}
.fs-14 {
::v-deep .el-table--small {
:deep( .el-table--small ){
font-size: 14px !important;
}
}

View File

@@ -166,7 +166,7 @@ export default {
}
.family-list {
::v-deep .el-table--small {
:deep( .el-table--small ){
font-size: 14px !important;
}
}

View File

@@ -386,7 +386,7 @@ export default {
cursor: pointer;
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
width: 100%;
}

View File

@@ -549,12 +549,12 @@ export default {
}
.goods {
::v-deep .el-table td {
:deep( .el-table td ){
border-bottom: none;
padding: 2px 0;
}
::v-deep .el-table th {
:deep( .el-table th ){
padding: 2px 0;
}
}