Commit 37a77e60 authored by nikogu's avatar nikogu

Updates

parent a14b3759
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;
}
<!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>
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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: 14px;
font-size: 12px;
}
.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: 14px;
font-size: 12px;
}
.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: 14px;
font-size: 12px;
}
.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: 14px;
font-size: 12px;
}
.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: 8px;
padding-right: 8px;
padding-left: 6px;
padding-right: 6px;
}
.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: 14px;
font-size: 12px;
}
.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: 8px;
margin-right: 10px;
-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: 14px;
padding-right: 20px;
}
.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: 14px;
font-size: 12px;
}
.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: 14px;
font-size: 12px;
}
.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: 28px;
padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
padding-right: 28px;
padding-right: 30px;
}
.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 16px;
padding: 4px 0 12px;
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: 8px;
margin-bottom: 4px;
}
.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: 14px;
font-size: 12px;
}
.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: 14px;
font-size: 12px;
}
.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: 8px;
margin-left: 2px;
}
.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: 14px;
font-size: 12px;
}
.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: 48px;
height: 48px;
line-height: 48px;
width: 56px;
height: 56px;
line-height: 56px;
font-size: 16px;
}
.ant-modal-close-x:before {
......@@ -16720,7 +16728,7 @@ th.alignRight___3Y_eb {
text-decoration: none;
}
.ant-modal-header {
padding: 13px 24px;
padding: 16px 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: 42px;
margin-left: 38px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
margin-top: 8px;
}
.ant-confirm-body > .anticon {
font-size: 24px;
font-size: 22px;
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: 14px;
font-size: 12px;
}
.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: 36px 0 4px;
padding: 38px 0 6px;
}
.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 4px;
padding: 30px 0 6px;
}
.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: 36px 0 4px;
padding: 38px 0 6px;
}
.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 4px;
padding: 30px 0 6px;
}
.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
line-height: 24px;
......
......@@ -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">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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