Skip to content

Commit

Permalink
fix: 无法完全覆盖的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lllzhmio committed Dec 3, 2024
1 parent 94ab669 commit 6af707f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
Binary file added public/images/logo/map-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.App {
width: 100vw;
height: 100vh;
background-color: rgb(16, 30, 34);
background-color: #192630;

display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,15 @@
letter-spacing: -0.01em;

color: #FFFFFF;
}
}

.Map-2 {
position: absolute;
right: 400px;
top: 350px;
}

.Map-2 > img {
height: 46px;
width: 32px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function GeographicDistribution() {
<img src='/images/icons/drop-down.png' alt='' className='DropdownIcon'/>
</div>
<div className="ChartContainer"><img src='/images/logo/chart.png' alt=''/></div>
<div className="MapContainer"><img src='/images/logo/map.png' alt=''/></div>
<div className="MapContainer"><img src='/images/logo/map.png' alt=''/></div>
<div className="Map-2"><img src="/images/logo/map-2.png" alt=''/></div>
<div className="Top5">
<div className="Top5Title">高频活跃学校Top5</div>
<div className="Top5Content">
Expand Down

0 comments on commit 6af707f

Please sign in to comment.