Skip to content

Commit

Permalink
Update GuestNav.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami authored Jun 2, 2024
1 parent 7b9833b commit 4ae7932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/GuestNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<n-layout has-sider style="height: calc(100vh - 66px); bottom: 0">
<GuestSideBar v-if="ShowSideBar" />
<n-layout :native-scrollbar="false">
<!-- <div style="text-align: center">
<div style="text-align: center">
<n-gradient-text :size="32" type="info">
祝各位高三学子
</n-gradient-text>
&nbsp;&nbsp;&nbsp;&nbsp;
<n-gradient-text :size="46" type="danger">
高考加油!
</n-gradient-text>
</div> -->
</div>
<div style="margin-right: 15px; margin-left: 15px">
<router-view v-slot="{ Component }">
<KeepAlive :max="10">
Expand Down

0 comments on commit 4ae7932

Please sign in to comment.