::v-deep=>:deep()
This commit is contained in:
		| @@ -321,10 +321,10 @@ export default { | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .AppBuildManage { | ||||
|   ::v-deep .amap-logo { | ||||
|   :deep( .amap-logo ){ | ||||
|     display: none!important; | ||||
|   } | ||||
|   ::v-deep .amap-copyright { | ||||
|   :deep( .amap-copyright ){ | ||||
|     display: none!important; | ||||
|   } | ||||
| } | ||||
| @@ -354,7 +354,7 @@ export default { | ||||
|   } | ||||
| } | ||||
|  | ||||
| ::v-deep .mapDialog { | ||||
| :deep( .mapDialog ){ | ||||
|   .el-dialog__body { | ||||
|     padding: 0; | ||||
|  | ||||
|   | ||||
| @@ -555,13 +555,13 @@ export default { | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .BuildMsg { | ||||
|   ::v-deep .ai-list__title { | ||||
|   :deep( .ai-list__title ){ | ||||
|     background-color: #fff; | ||||
|     margin: 0 !important; | ||||
|     padding-left: 20px; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .ai-list__content { | ||||
|   :deep( .ai-list__content ){ | ||||
|     .ai-list__content--right { | ||||
|       .ai-list__content--right-wrapper { | ||||
|         .search-select { | ||||
|   | ||||
| @@ -261,7 +261,7 @@ export default { | ||||
|   height: 100%; | ||||
|  | ||||
|   .ai-detail { | ||||
|     ::v-deep .ai-detail__content { | ||||
|     :deep( .ai-detail__content ){ | ||||
|       .ai-detail__content--wrapper { | ||||
|         display: flex; | ||||
|         justify-content: space-between; | ||||
| @@ -291,7 +291,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .el-tree { | ||||
|   :deep( .el-tree ){ | ||||
|     .el-tree-node__content { | ||||
|       display: inline-flex; | ||||
|       min-width: 100%; | ||||
| @@ -319,7 +319,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .is-current > .el-tree-node__content { | ||||
|   :deep( .is-current > .el-tree-node__content ){ | ||||
|     width: 100% !important; | ||||
|     padding-right: 16px !important; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user