Skip to content

Commit

Permalink
perf: update right side
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Dec 27, 2023
1 parent 03e4211 commit 4c0d607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@jx3box/jx3box-common-ui": "^8.0.15",
"@jx3box/jx3box-data": "^3.5.6",
"@jx3box/jx3box-dict": "^2.2.0",
"@jx3box/jx3box-editor": "^2.1.0",
"@jx3box/jx3box-editor": "^2.1.1",
"@jx3box/jx3box-macro": "^1.0.1",
"@jx3box/jx3box-talent": "^1.2.7",
"@jx3box/jx3box-talent2": "^1.5.7",
Expand Down
7 changes: 5 additions & 2 deletions src/layout/ListLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ export default {
</script>

<style lang="less">
//.m-macro-right-side {
.m-macro-right-side {
//&.c-sidebar-right.is-close {
//transform: translateX(0) !important;
//}
//}
.c-sidebar-right-inner {
background: #fff;
}
}
@import "~@/assets/css/list.less";
</style>

0 comments on commit 4c0d607

Please sign in to comment.