Skip to content

Commit

Permalink
Merge pull request #41 from WeBankFinTech/branch_joy
Browse files Browse the repository at this point in the history
Branch joy
  • Loading branch information
mayinrain authored Apr 18, 2024
2 parents 023f723 + 9429f50 commit a66574c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
31 changes: 29 additions & 2 deletions docs/.vitepress/components/BHorizontalLayout/use.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,38 @@ const menus = ref([{
icon: () => h(SettingOutlined),
children: [{
label: '规则查询一个很长想看下省略效果的标题',
value: '/rules/query',
value: '/rules/query1',
icon: () => h(DateOutlined),
children: [{
label: '规则查询一个很长想看下省略效果的标题',
value: '/rules/query2',
icon: () => h(DateOutlined),
}, {
label: '规则模板',
value: '/rules/template3',
icon: () => h(ClusterOutlined),
children: [{
label: '规则查询一个很长想看下省略效果的标题',
value: '/rules/query4',
icon: () => h(DateOutlined),
children: [{
label: '规则查询一个很长想看下省略效果的标题',
value: '/rules/query5',
icon: () => h(DateOutlined),
}, {
label: '规则模板',
value: '/rules/template6',
icon: () => h(ClusterOutlined),
}]
}, {
label: '规则模板',
value: '/rules/template7',
icon: () => h(ClusterOutlined),
}]
}]
}, {
label: '规则模板',
value: '/rules/template',
value: '/rules/template8',
icon: () => h(ClusterOutlined),
}]
},{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/traction-widget",
"version": "1.9.0",
"version": "1.9.1",
"description": "集合大型中台项目使用到的通用组件和工具函数",
"scripts": {
"docs:dev": "npm run build && node docs/.vitepress/scripts/generate-doc.js && vitepress dev docs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/preset-typescript": "7.18.6",
"@betit/rollup-plugin-rename-extensions": "0.1.0",
"@commitlint/config-conventional": "17.2.0",
"@fesjs/fes-design": "0.7.20",
"@fesjs/fes-design": "0.8.43",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.right-container{
flex: 1 1;
overflow-y: auto;
padding: 16px 16px 32px;
padding: 16px;
}
.wd-side-menus{
position: relative;
Expand Down Expand Up @@ -63,9 +63,6 @@
.copyright{
display: none;
}
.wd-menus-list{
width: 700px;
}
}
.collapse-btn{
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion packages/traction-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/traction-widget",
"version": "1.9.0",
"version": "1.9.1",
"description": "集合大型中台项目使用到的通用组件和工具函数",
"main": "dist/traction-widget.min.js",
"module": "es/components/index.js",
Expand Down

0 comments on commit a66574c

Please sign in to comment.