Skip to content

Commit

Permalink
deps: update pro-layout@1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Nov 30, 2021
1 parent 660a41f commit 61632de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:nofix": "vue-cli-service lint --no-fix"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.10",
"@ant-design-vue/pro-layout": "^1.0.11",
"@antv/data-set": "^0.10.2",
"ant-design-vue": "^1.7.6",
"axios": ">=0.21.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default {
loadData (pagination, filters = this.filters, sorter = this.sorter) {
this.filters = filters
this.sorter = sorter

this.localLoading = true
const parameter = Object.assign({
pageNo: (pagination && pagination.current) ||
Expand Down
2 changes: 1 addition & 1 deletion src/config/defaultSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

export default {
navTheme: 'dark', // theme for nav menu
primaryColor: '#F5222D', // primary color of ant design
primaryColor: '#1890ff', // '#F5222D', // primary color of ant design
layout: 'sidemenu', // nav menu position: `sidemenu` or `topmenu`
contentWidth: 'Fluid', // layout of content: `Fluid` or `Fixed`, only works when layout is topmenu
fixedHeader: false, // sticky header
Expand Down

0 comments on commit 61632de

Please sign in to comment.