Skip to content

Commit

Permalink
perf: miniprogram适配
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Oct 23, 2024
1 parent c0c8236 commit 3057769
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"dependencies": {
"@jx3box/jx3box-comment-ui": "^1.9.9",
"@jx3box/jx3box-common": "^8.3.4",
"@jx3box/jx3box-common-ui": "^8.9.26",
"@jx3box/jx3box-data": "^3.6.7",
"@jx3box/jx3box-common": "^8.4.1",
"@jx3box/jx3box-common-ui": "^8.9.29",
"@jx3box/jx3box-data": "^3.6.9",
"@jx3box/jx3box-editor": "^2.2.15",
"@jx3box/jx3box-talent": "^1.3.2",
"@jx3box/jx3box-talent2": "^1.5.9",
Expand Down
15 changes: 15 additions & 0 deletions src/assets/css/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
.m-main{
padding:10px 15px;
}

.wechat-miniprogram {
.c-breadcrumb {
position: sticky;
top: 0;
}

.c-main {
margin-top: 0;
}

.c-sidebar-left,.c-sidebar-right {
top: 48px;
}
}
}

.c-breadcrumb .u-channel-logo{
Expand Down

0 comments on commit 3057769

Please sign in to comment.