Skip to content

Commit

Permalink
fix: 世界地图文字层级
Browse files Browse the repository at this point in the history
  • Loading branch information
TiAmo-code committed Mar 20, 2024
1 parent e0d8399 commit 71ac2a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/css/design/map.less
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
cursor: pointer;
.u-map-city_name {
position: relative;
z-index: 2;
transition: 0.5s all;
.u-item_bg {
display: block;
Expand All @@ -264,6 +265,7 @@
}
.u-map-city_img {
position: absolute;
z-index: 1;
bottom: -50px;
left: 0;
transform: translateX(-50%);
Expand Down

0 comments on commit 71ac2a3

Please sign in to comment.