::v-deep=>:deep()
This commit is contained in:
@@ -216,7 +216,7 @@ export default {
|
||||
background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 40%, #000 100%);
|
||||
}
|
||||
|
||||
::v-deep .marker {
|
||||
:deep( .marker ){
|
||||
position: relative;
|
||||
|
||||
& > img {
|
||||
@@ -240,11 +240,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::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;
|
||||
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
|
||||
::v-deep.map {
|
||||
:deep(.map ){
|
||||
height: 100%;
|
||||
|
||||
& > div > div {
|
||||
|
||||
@@ -143,7 +143,7 @@ export default {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
|
||||
::v-deep.map {
|
||||
:deep(.map ){
|
||||
height: 100%;
|
||||
|
||||
& > div > div {
|
||||
|
||||
Reference in New Issue
Block a user