Skip to content

Commit

Permalink
fix: 优化设备判断-修复链接跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 11, 2023
1 parent 9d238ce commit c0d37b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/detail/PostDetailService.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="post-detail-wrap">
<h1 v-if="inSiyuanNewWin" style="display: none">{{ post.title }}</h1>
<el-alert
class="top-version-tip"
class="top-share-tip"
:title="$t('siyuan.local.share.tip')"
type="warning"
:closable="false"
Expand Down Expand Up @@ -193,6 +193,10 @@ onMounted(async () => {
min-height: 600px;
}
.top-share-tip {
margin-top: 20px !important;
}
#post-detail-content img {
max-width: 99%;
}
Expand Down

0 comments on commit c0d37b5

Please sign in to comment.