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

@@ -62,7 +62,7 @@ export default {
border-bottom: 1px solid #eee;
}
::v-deep.searchLeftZone {
:deep(.searchLeftZone ){
flex: 1;
min-width: 0;
display: flex;
@@ -71,7 +71,7 @@ export default {
gap: 8px;
}
::v-deep.searchRightZone {
:deep(.searchRightZone ){
display: flex;
align-items: center;
flex-shrink: 0;
@@ -95,7 +95,7 @@ export default {
margin-top: 8px;
}
::v-deep .searchLeftZone > .el-button, ::v-deep .searchRightZone > .el-button {
:deep( .searchLeftZone > .el-button), :deep( .searchRightZone > .el-button ){
margin-left: 0;
}
</style>