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