Commit 9b0932de authored by 黄奎's avatar 黄奎
parents 021b9f68 db863c74
...@@ -63,9 +63,9 @@ html, body{ ...@@ -63,9 +63,9 @@ html, body{
display: none; display: none;
} }
/* img { img {
pointer-events: none; pointer-events: none;
} */ }
.bjE6{ .bjE6{
background: #e6e6e6; background: #e6e6e6;
} }
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
font-size: 18px; font-size: 18px;
color: #E95252; color: #E95252;
} }
.mapImg-Img img{
pointer-events: auto !important;
}
</style> </style>
<template> <template>
<div> <div>
......
...@@ -82,7 +82,6 @@ ...@@ -82,7 +82,6 @@
</div> </div>
</div> </div>
</div> </div>
<div id="trip_map" class="map"></div> <div id="trip_map" class="map"></div>
</div> </div>
</template> </template>
...@@ -1084,4 +1083,5 @@ body { ...@@ -1084,4 +1083,5 @@ body {
/deep/.setMapImg .el-button { /deep/.setMapImg .el-button {
padding: 0; padding: 0;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment