Skip to content

Commit 61632de

Browse files
committed
deps: update [email protected]
1 parent 660a41f commit 61632de

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:nofix": "vue-cli-service lint --no-fix"
1212
},
1313
"dependencies": {
14-
"@ant-design-vue/pro-layout": "^1.0.10",
14+
"@ant-design-vue/pro-layout": "^1.0.11",
1515
"@antv/data-set": "^0.10.2",
1616
"ant-design-vue": "^1.7.6",
1717
"axios": ">=0.21.1",

β€Žpnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsrc/components/Table/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default {
142142
loadData (pagination, filters = this.filters, sorter = this.sorter) {
143143
this.filters = filters
144144
this.sorter = sorter
145-
145+
146146
this.localLoading = true
147147
const parameter = Object.assign({
148148
pageNo: (pagination && pagination.current) ||

β€Žsrc/config/defaultSettings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
Β (0)