Skip to content

Commit

Permalink
fix: 边距修改
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeD3 committed Feb 19, 2023
1 parent 232541b commit 420ccb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-02-18T15:17:00.843Z"
"x-generation-date": "2023-02-19T08:18:39.372Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/ArticlesContent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const { immerseState } = useImmerse()

<div v-show="!immerseState" class="text-1.167rem color-[#8a919f] lh-22px mt-2px">
<time :datetime="article.updatedAt" :title="article.updatedAt" class="tracking-1px">
{{ useDateFormat(article.updatedAt, 'YYYY-MM-DD HH:mm:ss').value }}
{{ useDateFormat(article.updatedAt, 'YYYY年MM月DD日 HH:mm:ss').value }}
</time>
<span class="views-count"> ·&nbsp;&nbsp;阅读 {{ article.viewed }} </span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/article/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ onMounted(() => {
padding-right: 2.67rem;
box-sizing: border-box;
position: relative;
width: 800px;
width: 820px;
max-width: 100%;
@apply bg-jj-article mb-1.5rem;
}
Expand Down

0 comments on commit 420ccb0

Please sign in to comment.