Skip to content

Commit

Permalink
fix: 修样式
Browse files Browse the repository at this point in the history
  • Loading branch information
lovezhangchuangxin committed Nov 10, 2024
1 parent ef7a914 commit f7310b9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/game/src/views/planet/PlanetPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,22 +114,26 @@ const addIntent = (
justify-content: center;
align-items: center;
height: 100%;
padding-top: 50px;
overflow: auto;
scrollbar-width: none;
.box {
display: flex;
flex-wrap: wrap;
gap: 10px;
.card {
width: 200px;
height: 200px;
flex: 1;
min-width: 200px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #181623;
p {
margin: 0;
Expand Down

0 comments on commit f7310b9

Please sign in to comment.