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
37a77e60
Commit
37a77e60
authored
Nov 07, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
a14b3759
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
118 additions
and
65 deletions
+118
-65
api.css
api.css
+45
-0
api.html
api.html
+17
-0
api.js
api.js
+1
-0
index.css
index.css
+53
-64
index.html
index.html
+1
-0
index.js
index.js
+1
-1
No files found.
api.css
0 β 100644
View file @
37a77e60
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 @
37a77e60
<!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 @
37a77e60
This diff is collapsed.
Click to expand it.
index.css
View file @
37a77e60
...
...
@@ -3112,6 +3112,7 @@ body {
top: 50%;
width: 100%;
padding-top: 5px;
text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
margin-top: -20px;
...
...
@@ -3292,7 +3293,7 @@ body {
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-dropdown-wrap .anticon-down:before {
-webkit-transition: -webkit-transform .2s;
...
...
@@ -3426,7 +3427,7 @@ body {
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-dropdown-menu-submenu-title {
padding-right: 26px;
...
...
@@ -3499,7 +3500,7 @@ body {
}
:root .ant-dropdown-trigger .anticon-down,
:root .ant-dropdown-link .anticon-down {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-dropdown-button {
white-space: nowrap;
...
...
@@ -3517,7 +3518,7 @@ body {
transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon-down {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
...
...
@@ -4284,8 +4285,8 @@ body {
padding-left: 8px;
}
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
padding-left:
8
px;
padding-right:
8
px;
padding-left:
6
px;
padding-right:
6
px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
...
...
@@ -4651,16 +4652,16 @@ body {
-webkit-transform: scale(0.83333333) rotate(0deg);
-ms-transform: scale(0.83333333) rotate(0deg);
transform: scale(0.83333333) rotate(0deg);
position: relative;
top: 1px;
cursor: pointer;
margin-left: 3px;
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
color: rgba(0, 0, 0, 0.45);
font-weight: bold;
}
:root .ant-tag .anticon-cross {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-tag .anticon-cross:hover {
color: rgba(0, 0, 0, 0.85);
...
...
@@ -5055,7 +5056,7 @@ body {
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
min-width: 14px;
margin-right:
8
px;
margin-right:
10
px;
-webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
...
...
@@ -6040,7 +6041,7 @@ body {
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
padding-right:
14
px;
padding-right:
20
px;
}
.ant-select-disabled {
color: rgba(0, 0, 0, 0.25);
...
...
@@ -6289,7 +6290,7 @@ body {
font-family: "anticon" !important;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
color: #404040;
...
...
@@ -6477,7 +6478,7 @@ body {
text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
}
:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
color: #ddd;
...
...
@@ -6555,6 +6556,7 @@ textarea.ant-input {
-webkit-transition: all .3s, height 0s;
-o-transition: all .3s, height 0s;
transition: all .3s, height 0s;
min-height: 32px;
}
.ant-input-lg {
padding: 6px 11px;
...
...
@@ -6809,10 +6811,10 @@ textarea.ant-input {
right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
padding-left:
28
px;
padding-left:
30
px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
padding-right:
28
px;
padding-right:
30
px;
}
.ant-input-affix-wrapper .ant-input {
min-height: 100%;
...
...
@@ -6828,6 +6830,9 @@ textarea.ant-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-search > .ant-input-suffix > .ant-input-search-button > .anticon-search {
font-size: 16px;
}
.ant-input-search.ant-input-search-enter-button > .ant-input {
padding-right: 46px;
}
...
...
@@ -6943,7 +6948,7 @@ textarea.ant-input {
color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
padding:
8px 0 16
px;
padding:
4px 0 12
px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
...
...
@@ -6957,7 +6962,7 @@ textarea.ant-input {
}
.ant-popover-buttons {
text-align: right;
margin-bottom:
8
px;
margin-bottom:
4
px;
}
.ant-popover-buttons button {
margin-left: 8px;
...
...
@@ -7526,7 +7531,7 @@ textarea.ant-input {
}
:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-tabs-tab-btn-disabled {
cursor: not-allowed;
...
...
@@ -8217,7 +8222,7 @@ textarea.ant-input {
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
...
...
@@ -8389,6 +8394,7 @@ textarea.ant-pagination-options-quick-jumper input {
-webkit-transition: all .3s, height 0s;
-o-transition: all .3s, height 0s;
transition: all .3s, height 0s;
min-height: 32px;
}
.ant-pagination-options-quick-jumper input-lg {
padding: 6px 11px;
...
...
@@ -8471,7 +8477,7 @@ textarea.ant-pagination-options-quick-jumper input {
margin-right: 0;
}
.ant-pagination.mini .ant-pagination-options {
margin-left:
8
px;
margin-left:
2
px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
height: 24px;
...
...
@@ -12957,7 +12963,7 @@ span.ant-radio + * {
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
...
...
@@ -14504,6 +14510,7 @@ textarea.ant-calendar-range .ant-calendar-time-picker-input {
-webkit-transition: all .3s, height 0s;
-o-transition: all .3s, height 0s;
transition: all .3s, height 0s;
min-height: 32px;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
...
...
@@ -15476,6 +15483,7 @@ textarea.ant-time-picker-input {
-webkit-transition: all .3s, height 0s;
-o-transition: all .3s, height 0s;
transition: all .3s, height 0s;
min-height: 32px;
}
.ant-time-picker-input-lg {
padding: 6px 11px;
...
...
@@ -16704,9 +16712,9 @@ th.alignRight___3Y_eb {
text-align: center;
text-transform: none;
text-rendering: auto;
width:
48
px;
height:
48
px;
line-height:
48
px;
width:
56
px;
height:
56
px;
line-height:
56
px;
font-size: 16px;
}
.ant-modal-close-x:before {
...
...
@@ -16720,7 +16728,7 @@ th.alignRight___3Y_eb {
text-decoration: none;
}
.ant-modal-header {
padding: 1
3
px 24px;
padding: 1
6
px 24px;
border-radius: 4px 4px 0 0;
background: #fff;
color: rgba(0, 0, 0, 0.65);
...
...
@@ -16786,7 +16794,7 @@ th.alignRight___3Y_eb {
display: none;
}
.ant-confirm .ant-modal-body {
padding: 24px;
padding:
32px 32px
24px;
}
.ant-confirm-body-wrapper {
zoom: 1;
...
...
@@ -16808,15 +16816,15 @@ th.alignRight___3Y_eb {
font-size: 16px;
}
.ant-confirm-body .ant-confirm-content {
margin-left:
42
px;
margin-left:
38
px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
margin-top: 8px;
}
.ant-confirm-body > .anticon {
font-size: 2
4
px;
font-size: 2
2
px;
margin-right: 16px;
padding: 0
1px;
margin-top:
1px;
float: left;
}
.ant-confirm .ant-confirm-btns {
...
...
@@ -16902,6 +16910,7 @@ textarea.ant-input-number {
-webkit-transition: all .3s, height 0s;
-o-transition: all .3s, height 0s;
transition: all .3s, height 0s;
min-height: 32px;
}
.ant-input-number-lg {
padding: 6px 11px;
...
...
@@ -16969,7 +16978,7 @@ textarea.ant-input-number {
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
font-size: 1
4
px;
font-size: 1
2
px;
}
.ant-input-number:hover {
border-color: #40a9ff;
...
...
@@ -17709,12 +17718,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
color: #1890ff;
}
.ant-advanced-search-form .ant-form-item {
margin-bottom: 16px;
}
.ant-advanced-search-form .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input-group-addon {
height: 32px;
margin-bottom: 24px;
}
.show-help-enter,
.show-help-appear {
...
...
@@ -18546,8 +18550,8 @@ a.listItemMetaTitle___2hSaJ {
padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
padding-right:
2.75em
;
margin-right:
-2.75em
;
padding-right:
calc(2em + 8px)
;
margin-right:
calc(-2em - 8px)
;
}
.ant-progress-inner {
display: inline-block;
...
...
@@ -18576,10 +18580,11 @@ a.listItemMetaTitle___2hSaJ {
width: 2em;
text-align: left;
font-size: 1em;
margin-left:
0.75em
;
margin-left:
8px
;
vertical-align: middle;
display: inline-block;
color: rgba(0, 0, 0, 0.45);
line-height: 1;
}
.ant-progress-text .anticon {
font-size: 14px;
...
...
@@ -18637,28 +18642,12 @@ a.listItemMetaTitle___2hSaJ {
.ant-progress-circle .ant-progress-text .anticon {
font-size: 1.16666667em;
}
.ant-progress-circle
.ant-progress-status-exception .ant-progress-text {
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
color: #f5222d;
}
.ant-progress-circle
.ant-progress-status-success .ant-progress-text {
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
color: #52c41a;
}
@-webkit-keyframes ant-progress-appear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ant-progress-appear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes ant-progress-active {
0% {
opacity: 0.1;
...
...
@@ -19206,7 +19195,7 @@ a.listItemMetaTitle___2hSaJ {
top: 0;
height: 100%;
width: 1px;
padding: 3
6px 0 4
px;
padding: 3
8px 0 6
px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail:after {
height: 100%;
...
...
@@ -19222,7 +19211,7 @@ a.listItemMetaTitle___2hSaJ {
position: absolute;
left: 12px;
top: 0;
padding:
28px 0 4
px;
padding:
30px 0 6
px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
line-height: 24px;
...
...
@@ -19256,7 +19245,7 @@ a.listItemMetaTitle___2hSaJ {
top: 0;
height: 100%;
width: 1px;
padding: 3
6px 0 4
px;
padding: 3
8px 0 6
px;
}
.ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail:after {
height: 100%;
...
...
@@ -19272,7 +19261,7 @@ a.listItemMetaTitle___2hSaJ {
position: absolute;
left: 12px;
top: 0;
padding:
28px 0 4
px;
padding:
30px 0 6
px;
}
.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
line-height: 24px;
...
...
index.html
View file @
37a77e60
...
...
@@ -2,6 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Ant Design Pro
</title>
<link
rel=
"icon"
href=
"https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png"
type=
"image/x-icon"
>
...
...
index.js
View file @
37a77e60
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