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

@@ -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);
}