We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d2b45 commit e3bf03dCopy full SHA for e3bf03d
src/views/snapshot/SnapshotPage.vue
@@ -135,23 +135,19 @@ const clickSettings = () => {
135
/>
136
</FullScreenDialog>
137
</template>
138
- <div
139
- v-else-if="!loading && !redirected"
140
- page-size
141
- pt-80px
142
- flex
143
- flex-col
144
- items-center
145
- justify-center
146
- >
147
- <div mb-8px>
+ <div v-else-if="!loading && !redirected" page-size flex flex-col items-center>
+ <div mt-160px>
148
<span>快照数据缺失,</span>
149
<a
150
href="https://gkd.li/guide/snapshot#share-note"
151
target="_blank"
152
referrerpolicy="no-referrer"
153
- >分享须知</a
+ color-blue
+ transition-colors
+ hover="color-[rgb(from_currentColor_r_g_b_/_50%)]"
154
>
+ 查看分享须知
+ </a>
155
</div>
156
157
0 commit comments