File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 12
12
"postinstall" : " opencollective-postinstall"
13
13
},
14
14
"dependencies" : {
15
- "@ant-design-vue/pro-layout" : " ^0.2.7 " ,
15
+ "@ant-design-vue/pro-layout" : " ^0.2.8 " ,
16
16
"@antv/data-set" : " ^0.10.2" ,
17
17
"ant-design-vue" : " 1.5.5" ,
18
18
"axios" : " ^0.19.0" ,
Original file line number Diff line number Diff line change @@ -49,13 +49,14 @@ export default {
49
49
// 布局类型
50
50
layout: ' sidemenu' , // 'sidemenu', 'topmenu'
51
51
// 定宽: true / 流式: false
52
- contentWidth: true ,
52
+ contentWidth: false ,
53
53
// 主题 'dark' | 'light'
54
54
theme: ' dark' ,
55
55
// 主色调
56
56
primaryColor: ' #1890ff' ,
57
57
fixedHeader: false ,
58
58
fixSiderbar: false ,
59
+ colorWeak: false ,
59
60
60
61
hideHintAlert: false ,
61
62
hideCopyButton: false
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @ant-design-vue/pro-layout@^0.2.7 " :
6
- version "0.2.7 "
7
- resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.2.7 .tgz?cache=0&sync_timestamp=1589462968164 &other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design-vue%2Fpro-layout%2Fdownload%2F%40ant-design-vue%2Fpro-layout-0.2.7 .tgz#664b006dfcf8c2126cd9af745b5c6891f296aa52 "
8
- integrity sha1-ZksAbfz4whJs2a90W1xokfKWqlI =
5
+ " @ant-design-vue/pro-layout@^0.2.8 " :
6
+ version "0.2.8 "
7
+ resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.2.8 .tgz?cache=0&sync_timestamp=1589509677371 &other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40ant-design-vue%2Fpro-layout%2Fdownload%2F%40ant-design-vue%2Fpro-layout-0.2.8 .tgz#671249fde066640197c8ca0697cb292a9ea22baa "
8
+ integrity sha1-ZxJJ/eBmZAGXyMoGl8spKp6iK6o =
9
9
dependencies :
10
10
ant-design-vue "^1.5.3"
11
11
classnames "^2.2.6"
You can’t perform that action at this time.
0 commit comments