Browse Source

deps: update pro-layout@1.0.11

Sendya 3 years ago
parent
commit
61632de099
4 changed files with 7 additions and 7 deletions
  1. 1 1
      package.json
  2. 4 4
      pnpm-lock.yaml
  3. 1 1
      src/components/Table/index.js
  4. 1 1
      src/config/defaultSettings.js

+ 1 - 1
package.json

@@ -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",

+ 4 - 4
pnpm-lock.yaml

@@ -1,7 +1,7 @@
 lockfileVersion: 5.3
 
 specifiers:
-  '@ant-design-vue/pro-layout': ^1.0.10
+  '@ant-design-vue/pro-layout': ^1.0.11
   '@ant-design/colors': ^3.2.1
   '@antv/data-set': ^0.10.2
   '@vue/babel-helper-vue-jsx-merge-props': ^1.2.1
@@ -51,7 +51,7 @@ specifiers:
   webpack-theme-color-replacer: ^1.3.12
 
 dependencies:
-  '@ant-design-vue/pro-layout': 1.0.10_9065e7474e033a8e4b95615fc8e6c36c
+  '@ant-design-vue/pro-layout': 1.0.11_9065e7474e033a8e4b95615fc8e6c36c
   '@antv/data-set': 0.10.2
   ant-design-vue: 1.7.8_9065e7474e033a8e4b95615fc8e6c36c
   axios: 0.24.0
@@ -104,8 +104,8 @@ devDependencies:
 
 packages:
 
-  /@ant-design-vue/pro-layout/1.0.10_9065e7474e033a8e4b95615fc8e6c36c:
-    resolution: {integrity: sha512-G30F9G8dOjMw+LaNfzkHuOPOqdlnpqWDEi3CXv+Zw5GLpyVAYFNkSb2J2/3GgIKCIsBOE62S0DxRvh1nQk3FsQ==}
+  /@ant-design-vue/pro-layout/1.0.11_9065e7474e033a8e4b95615fc8e6c36c:
+    resolution: {integrity: sha512-8rn5eC2XC6DhialrGTVltxY/FgmHoRLJzVaPxPWlMV+RMNRH/Ppy8be9K1SsvH8stta5OQiF4Eu1GHnedeFhhA==}
     peerDependencies:
       vue: '>=2.6.0'
       vue-template-compiler: '>=2.6.0'

+ 1 - 1
src/components/Table/index.js

@@ -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) ||

+ 1 - 1
src/config/defaultSettings.js

@@ -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