Skip to content

Commit 2a5015a

Browse files
committed
fix: 更新 @jx3box/jx3box-editor 和 @jx3box/jx3box-ui 版本,调整导航组件样式
1 parent 01cbce9 commit 2a5015a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"@jx3box/jx3box-common": "^9.2.5",
3434
"@jx3box/jx3box-data": "^3.9.5",
3535
"@jx3box/jx3box-dict": "^2.2.4",
36-
"@jx3box/jx3box-editor": "^3.2.5",
36+
"@jx3box/jx3box-editor": "^3.2.7",
3737
"@jx3box/jx3box-emotion": "^1.3.0",
3838
"@jx3box/jx3box-macro": "^1.0.3",
3939
"@jx3box/jx3box-map": "^1.1.4",
4040
"@jx3box/jx3box-talent": "^1.3.12",
41-
"@jx3box/jx3box-ui": "^2.3.1",
41+
"@jx3box/jx3box-ui": "^2.3.9",
4242
"@tinymce/tinymce-vue": "^5.1.1",
4343
"@vueuse/core": "^9.13.0",
4444
"@vueuse/head": "^0.7.6",

src/components/common/nav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default {
2525
width: 100%;
2626
gap: 10px;
2727
@w: 30px;
28+
padding: 0 10px 10px 0;
2829
.c-wiki-menu {
2930
position: fixed;
3031
top: 0;

0 commit comments

Comments
 (0)