Skip to content

Commit e3bf03d

Browse files
committed
fix: update snapshot missing data message and link styling
1 parent 18d2b45 commit e3bf03d

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

src/views/snapshot/SnapshotPage.vue

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,23 +135,19 @@ const clickSettings = () => {
135135
/>
136136
</FullScreenDialog>
137137
</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>
138+
<div v-else-if="!loading && !redirected" page-size flex flex-col items-center>
139+
<div mt-160px>
148140
<span>快照数据缺失,</span>
149141
<a
150142
href="https://gkd.li/guide/snapshot#share-note"
151143
target="_blank"
152144
referrerpolicy="no-referrer"
153-
>分享须知</a
145+
color-blue
146+
transition-colors
147+
hover="color-[rgb(from_currentColor_r_g_b_/_50%)]"
154148
>
149+
查看分享须知
150+
</a>
155151
</div>
156152
</div>
157153
</template>

0 commit comments

Comments
 (0)