Skip to content

Commit

Permalink
Update | Delete College Entrance Examination Blessings
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyangcheng committed Jun 29, 2024
1 parent fe4d2d0 commit 12bbce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/GuestNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<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
4 changes: 2 additions & 2 deletions src/components/MainNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<n-layout has-sider style="height: calc(100vh - 66px); bottom: 0">
<SideBar 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 12bbce6

Please sign in to comment.