Skip to content

Commit

Permalink
perf: thx移动端优化展示
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Dec 26, 2024
1 parent 52ea59e commit 83f4379
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.9.9",
"@jx3box/jx3box-common": "^8.5.3",
"@jx3box/jx3box-common-ui": "^9.0.15",
"@jx3box/jx3box-data": "^3.7.1",
"@jx3box/jx3box-common-ui": "^9.0.19",
"@jx3box/jx3box-data": "^3.7.5",
"@jx3box/jx3box-dict": "^2.2.2",
"@jx3box/jx3box-editor": "^2.2.18",
"@jx3box/jx3box-macro": "^1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions src/components/cms-single.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,10 @@ export default {
.m-single-thx{
.mt(40px);
}
@media screen and (max-width:@phone){
.m-single-thx{
zoom: 0.8;
}
}
</style>

0 comments on commit 83f4379

Please sign in to comment.