Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-layout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
pro-layout
Commits
ef85dd3f
Commit
ef85dd3f
authored
Jul 01, 2021
by
Sendya
Committed by
言肆
Jul 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: contentWidth
parent
c15c6e6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
examples/index.tsx
+1
-1
package.json
package.json
+1
-1
BasicLayout.tsx
src/BasicLayout.tsx
+1
-1
No files found.
examples/index.tsx
View file @
ef85dd3f
...
@@ -82,7 +82,7 @@ const BasicLayout = defineComponent({
...
@@ -82,7 +82,7 @@ const BasicLayout = defineComponent({
isMobile=
{
state
.
isMobile
}
isMobile=
{
state
.
isMobile
}
fixSiderbar=
{
state
.
fixSiderbar
}
fixSiderbar=
{
state
.
fixSiderbar
}
fixedHeader=
{
state
.
fixedHeader
}
fixedHeader=
{
state
.
fixedHeader
}
contentWidth=
{
'F
ixe
d'
}
contentWidth=
{
'F
lui
d'
}
primaryColor=
{
'#1890ff'
}
primaryColor=
{
'#1890ff'
}
contentStyle=
{
{
minHeight
:
'300px'
}
}
contentStyle=
{
{
minHeight
:
'300px'
}
}
siderWidth=
{
state
.
sideWidth
}
siderWidth=
{
state
.
sideWidth
}
...
...
package.json
View file @
ef85dd3f
{
{
"name"
:
"@ant-design-vue/pro-layout"
,
"name"
:
"@ant-design-vue/pro-layout"
,
"version"
:
"3.0.0-beta.1
1
"
,
"version"
:
"3.0.0-beta.1
2
"
,
"main"
:
"./lib/index.js"
,
"main"
:
"./lib/index.js"
,
"module"
:
"./es/index.js"
,
"module"
:
"./es/index.js"
,
"repository"
:
{
"repository"
:
{
...
...
src/BasicLayout.tsx
View file @
ef85dd3f
...
@@ -182,7 +182,7 @@ const ProLayout = defineComponent({
...
@@ -182,7 +182,7 @@ const ProLayout = defineComponent({
itemRender
:
breadcrumbRender
,
itemRender
:
breadcrumbRender
,
};
};
}),
}),
contentWidth
:
'Fluid'
,
contentWidth
:
refProps
.
contentWidth
,
//
'Fluid',
layout
:
refProps
.
layout
,
layout
:
refProps
.
layout
,
navTheme
:
refProps
.
navTheme
,
navTheme
:
refProps
.
navTheme
,
splitMenus
:
refProps
.
splitMenus
,
splitMenus
:
refProps
.
splitMenus
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment