::v-deep=>:deep()
This commit is contained in:
		| @@ -356,11 +356,11 @@ export default { | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .map { | ||||
|   ::v-deep .amap-logo, ::v-deep .amap-copyright { | ||||
|   :deep( .amap-logo), :deep( .amap-copyright ){ | ||||
|     display: none !important; | ||||
|   } | ||||
|  | ||||
|   ::v-deep .amap-icon { | ||||
|   :deep( .amap-icon ){ | ||||
|     width: 40px !important; | ||||
|     height: 40px !important; | ||||
|  | ||||
| @@ -469,7 +469,7 @@ export default { | ||||
|   height: 100%; | ||||
|   overflow: hidden; | ||||
|  | ||||
|   ::v-deep .ol-zoom { | ||||
|   :deep( .ol-zoom ){ | ||||
|     display: none !important; | ||||
|     top: inherit !important; | ||||
|     bottom: 0.5em !important; | ||||
| @@ -544,7 +544,7 @@ export default { | ||||
|   } | ||||
| } | ||||
|  | ||||
| ::v-deep .polymeric { | ||||
| :deep( .polymeric ){ | ||||
|   display: flex; | ||||
|   position: relative; | ||||
|   align-items: center; | ||||
| @@ -610,7 +610,7 @@ export default { | ||||
|   } | ||||
| } | ||||
|  | ||||
| ::v-deep .mark { | ||||
| :deep( .mark ){ | ||||
|   user-select: none; | ||||
|   cursor: pointer; | ||||
|   height: 32px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user