::v-deep=>:deep()
This commit is contained in:
@@ -162,7 +162,7 @@ export default {
|
||||
|
||||
}
|
||||
|
||||
::v-deep .monitorDialog {
|
||||
:deep( .monitorDialog ){
|
||||
|
||||
.el-dialog__header {
|
||||
font-size: 14px;
|
||||
@@ -199,11 +199,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .amap-logo, ::v-deep .amap-copyright {
|
||||
:deep( .amap-logo), :deep( .amap-copyright ){
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
::v-deep .amap-marker-label {
|
||||
:deep( .amap-marker-label ){
|
||||
border-color: transparent;
|
||||
box-shadow: 1px 1px 0 0 rgba(#999, .2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user