::v-deep=>:deep()
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user