::v-deep=>:deep()
This commit is contained in:
@@ -350,7 +350,7 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
::v-deep .el-tree {
|
||||
:deep( .el-tree ){
|
||||
background: transparent;
|
||||
|
||||
.el-tree-node__expand-icon.is-leaf {
|
||||
@@ -415,7 +415,7 @@ export default {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
::v-deep.fullscreenMap {
|
||||
:deep(.fullscreenMap ){
|
||||
.el-dialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -438,7 +438,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .treePanel {
|
||||
:deep( .treePanel ){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user