Commit ef85dd3f authored by Sendya's avatar Sendya Committed by 言肆

fix: contentWidth

parent c15c6e6d
......@@ -82,7 +82,7 @@ const BasicLayout = defineComponent({
isMobile={state.isMobile}
fixSiderbar={state.fixSiderbar}
fixedHeader={state.fixedHeader}
contentWidth={'Fixed'}
contentWidth={'Fluid'}
primaryColor={'#1890ff'}
contentStyle={{ minHeight: '300px' }}
siderWidth={state.sideWidth}
......
{
"name": "@ant-design-vue/pro-layout",
"version": "3.0.0-beta.11",
"version": "3.0.0-beta.12",
"main": "./lib/index.js",
"module": "./es/index.js",
"repository": {
......
......@@ -182,7 +182,7 @@ const ProLayout = defineComponent({
itemRender: breadcrumbRender,
};
}),
contentWidth: 'Fluid',
contentWidth: refProps.contentWidth, // 'Fluid',
layout: refProps.layout,
navTheme: refProps.navTheme,
splitMenus: refProps.splitMenus,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment