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
Commits
c7327204
Commit
c7327204
authored
Nov 23, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
156c87f6
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
0 deletions
+63
-0
api.css
api.css
+45
-0
api.html
api.html
+17
-0
api.js
api.js
+1
-0
No files found.
api.css
0 β 100644
View file @
c7327204
html
,
body
,
#root
{
height
:
100%
;
}
body
{
background-color
:
#fafafa
;
text-rendering
:
optimizeLegibility
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
.apiDoc___26KPd
{
padding
:
48px
;
}
.apiDoc___26KPd
.ant-card-head-title
{
padding
:
0
;
}
.apiDoc___26KPd
h1
{
margin-bottom
:
24px
;
}
.apiDoc___26KPd
.apiItem___2gjK4
{
margin-bottom
:
24px
;
}
.apiDoc___26KPd
.apiItemTitle___2wCal
{
font-family
:
Consolas
;
font-size
:
16px
;
line-height
:
48px
;
}
.apiDoc___26KPd
.apiItemTitle___2wCal
span
{
color
:
#dc277d
;
font-weight
:
500
;
}
.apiDoc___26KPd
.apiItemTitle___2wCal
span
:last-child
{
color
:
#555
;
margin-left
:
16px
;
}
.apiDoc___26KPd
.apiItemOperator___2rOvg
a
{
line-height
:
28px
;
}
.apiDoc___26KPd
.apiItemDocs___ZuCPC
{
margin-top
:
16px
;
}
.apiDoc___26KPd
.apiItemDocs___ZuCPC
h3
{
margin-bottom
:
16px
;
}
api.html
0 β 100644
View file @
c7327204
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Roadhog Api Docs
</title>
<script
src=
"https://a.alipayobjects.com/??g/component/react/15.6.1/react.min.js,g/component/react/15.6.1/react-dom.min.js"
></script>
<!-- antd 2.13.1 -->
<script
src=
"https://gw.alipayobjects.com/os/rmsportal/jaBdslfXqAHTVBcXroYL.js"
></script>
<link
charset=
"utf-8"
rel=
"stylesheet"
type=
"text/css"
href=
"https://unpkg.com/antd@next/dist/antd.min.css"
>
<link
rel=
"stylesheet"
href=
"api.css"
/>
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"api.js"
></script>
</body>
</html>
api.js
0 β 100644
View file @
c7327204
This diff is collapsed.
Click to expand it.
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