File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1061,3 +1061,6 @@ ins.adsbygoogle[data-ad-status='unfilled'] {
10611061.blog-tweet-img-swiper-body .video-playing .swiper-pagination {
10621062 display : none;
10631063}
1064+ .system-ui-font {
1065+ font-family : 'system-ui' ;
1066+ }
Original file line number Diff line number Diff line change 44 class =" common-right-tool-btn opacity-70 text-white hover:opacity-100"
55 @click =" onClick"
66 >
7- <span v-if =" postRouteType === 'blog'" class =" text-sm" >博</span >
8- <span v-else-if =" postRouteType === 'tweet'" class =" text-sm" >推</span >
7+ <span v-if =" postRouteType === 'blog'" class =" text-sm system-ui-font"
8+ >博</span
9+ >
10+ <span v-else-if =" postRouteType === 'tweet'" class =" text-sm system-ui-font"
11+ >推</span
12+ >
913 <UIcon name =" i-heroicons-adjustments-horizontal" v-else />
1014 </div >
1115 </transition >
You can’t perform that action at this time.
0 commit comments