File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ const BasicLayout = defineComponent({
82
82
isMobile = { state . isMobile }
83
83
fixSiderbar = { state . fixSiderbar }
84
84
fixedHeader = { state . fixedHeader }
85
- contentWidth = { 'Fixed ' }
85
+ contentWidth = { 'Fluid ' }
86
86
primaryColor = { '#1890ff' }
87
87
contentStyle = { { minHeight : '300px' } }
88
88
siderWidth = { state . sideWidth }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ant-design-vue/pro-layout" ,
3
- "version" : " 3.0.0-beta.11 " ,
3
+ "version" : " 3.0.0-beta.12 " ,
4
4
"main" : " ./lib/index.js" ,
5
5
"module" : " ./es/index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const ProLayout = defineComponent({
182
182
itemRender : breadcrumbRender ,
183
183
} ;
184
184
} ) ,
185
- contentWidth : 'Fluid' ,
185
+ contentWidth : refProps . contentWidth , // 'Fluid',
186
186
layout : refProps . layout ,
187
187
navTheme : refProps . navTheme ,
188
188
splitMenus : refProps . splitMenus ,
You can’t perform that action at this time.
0 commit comments