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

@@ -362,7 +362,7 @@ export default {
width: 100%;
height: 100%;
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -427,7 +427,7 @@ export default {
padding: 8px 0;
}
::v-deep.fullscreenMap {
:deep(.fullscreenMap ){
.el-dialog {
display: flex;
flex-direction: column;
@@ -450,7 +450,7 @@ export default {
}
}
::v-deep .treePanel {
:deep( .treePanel ){
display: flex;
flex-direction: column;

View File

@@ -199,7 +199,7 @@ export default {
}
}
::v-deep.fullscreenMap {
:deep(.fullscreenMap ){
.el-dialog {
display: flex;
flex-direction: column;
@@ -222,11 +222,11 @@ export default {
}
}
::v-deep .amap-copyright {
:deep( .amap-copyright ){
display: none !important;
}
::v-deep .amap-logo {
:deep( .amap-logo ){
display: none !important;
}
}

View File

@@ -375,7 +375,7 @@ export default {
font-size: 14px;
}
::v-deep .is-current {
:deep( .is-current ){
& > .el-tree-node__content > .el-tooltip {
color: #5088ff;
}
@@ -446,7 +446,7 @@ export default {
padding: 8px 0;
justify-content: space-between;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
@@ -521,12 +521,12 @@ export default {
width: 100%;
padding: 8px 0;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
::v-deep .el-input__inner {
:deep( .el-input__inner ){
background-color: #282f45;
border: 1px solid #282f45;
}
@@ -571,7 +571,7 @@ export default {
}
}
::v-deep .el-tree {
:deep( .el-tree ){
width: 100%;
.el-tree__empty-block {

View File

@@ -500,7 +500,7 @@ export default {
margin-left: 20px;
}
::v-deep .el-form-item__content {
:deep( .el-form-item__content ){
margin-left: 0!important;
}
}
@@ -526,7 +526,7 @@ export default {
}
}
}
::v-deep .el-tag {
:deep( .el-tag ){
margin-right: 8px;
color: #333333;
}