Browse Source

完善了一下怪物挑战界面的显示

master
秦汉 4 weeks ago
parent
commit
c5734f1507
  1. 3
      Build_God_Game/src/views/MonsterListView.vue

3
Build_God_Game/src/views/MonsterListView.vue

@ -137,6 +137,7 @@ onMounted(async () => {
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</template> </template>
@ -159,6 +160,8 @@ onMounted(async () => {
.page-container { .page-container {
max-width: 480px; max-width: 480px;
margin: 0 auto; margin: 0 auto;
position: relative;
z-index: 10;
} }
.page-header { .page-header {

Loading…
Cancel
Save