Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
2378eb05fa5f0545e2b4e49a995d8e43230655f5
2378eb05fa5f0545e2b4e49a995d8e43230655f5
Switch branch/tag
ant-design-pro
src
layouts
BlankLayout.js
Find file
Normal view
History
Permalink
BlankLayout.js
99 Bytes
Edit
Web IDE
Newer
Older
Extract scaffold to independent git repo
nikogu
committed
Aug 28, 2017
1
2
import
React
from
'
react
'
;
1.use global layout
xiaohu
committed
Jul 07, 2018
3
export
default
props
=>
<
div
style
=
{{
height
:
'
100%
'
}}
{...
props
}
/>
;