Skip to content

Commit

Permalink
chore: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed May 17, 2024
1 parent 3aaeae7 commit 26f96e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.8.8",
"@jx3box/jx3box-common": "^8.2.17",
"@jx3box/jx3box-common-ui": "^8.4.6",
"@jx3box/jx3box-common": "^8.2.18",
"@jx3box/jx3box-common-ui": "^8.5.0",
"@jx3box/jx3box-data": "^3.5.8",
"@jx3box/jx3box-editor": "^2.1.9",
"@jx3box/jx3box-talent": "^1.2.7",
Expand Down
7 changes: 6 additions & 1 deletion src/layout/SingleLayout.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="m-bps-single">
<Header></Header>
<Breadcrumb
name="职业专栏"
Expand Down Expand Up @@ -78,4 +78,9 @@ export default {

<style lang="less">
@import "~@/assets/css/list.less";
.m-bps-single {
.c-admin-drop {
margin-right: 0;
}
}
</style>

0 comments on commit 26f96e5

Please sign in to comment.