Commit 8662c130 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Updates

parent f7a5bd7a
...@@ -3,17 +3,6 @@ ...@@ -3,17 +3,6 @@
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */ /* stylelint-disable at-rule-no-unknown */
@font-face {
font-family: "Monospaced Number";
src: local("Tahoma");
unicode-range: U+30-39;
}
@font-face {
font-family: "Monospaced Number";
font-weight: bold;
src: local("Tahoma-Bold");
unicode-range: U+30-39;
}
@font-face { @font-face {
font-family: "Chinese Quote"; font-family: "Chinese Quote";
src: local("PingFang SC"), local("SimSun"); src: local("PingFang SC"), local("SimSun");
...@@ -60,8 +49,9 @@ section { ...@@ -60,8 +49,9 @@ section {
} }
body { body {
margin: 0; margin: 0;
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
background-color: #fff; background-color: #fff;
...@@ -189,7 +179,7 @@ pre, ...@@ -189,7 +179,7 @@ pre,
code, code,
kbd, kbd,
samp { samp {
font-family: Consolas, Menlo, Courier, monospace; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1em; font-size: 1em;
} }
pre { pre {
...@@ -353,6 +343,7 @@ mark { ...@@ -353,6 +343,7 @@ mark {
} }
@font-face { @font-face {
font-family: 'anticon'; font-family: 'anticon';
font-display: fallback;
src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot'); src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.eot');
/* IE9*/ /* IE9*/
src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont') format('svg'); src: url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.woff') format('woff'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.ttf') format('truetype'), /* iOS 4.1- */ url('https://at.alicdn.com/t/font_148784_v4ggb6wrjmkotj4i.svg#iconfont') format('svg');
...@@ -2951,8 +2942,9 @@ mark { ...@@ -2951,8 +2942,9 @@ mark {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal { .ant-modal {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -3080,12 +3072,32 @@ mark { ...@@ -3080,12 +3072,32 @@ mark {
.ant-modal-open { .ant-modal-open {
overflow: hidden; overflow: hidden;
} }
.ant-modal-centered {
text-align: center;
}
.ant-modal-centered:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
}
.ant-modal-centered .ant-modal {
display: inline-block;
vertical-align: middle;
top: 0;
text-align: left;
}
.ant-modal-centered .ant-table-body {
white-space: nowrap;
overflow-x: auto;
}
@media (max-width: 767px) { @media (max-width: 767px) {
.ant-modal { .ant-modal {
width: auto !important; width: auto !important;
margin: 10px; margin: 10px;
} }
.vertical-center-modal .ant-modal { .ant-modal-centered .ant-modal {
-ms-flex: 1 1; -ms-flex: 1 1;
flex: 1 1; flex: 1 1;
} }
...@@ -3116,7 +3128,7 @@ mark { ...@@ -3116,7 +3128,7 @@ mark {
font-size: 16px; font-size: 16px;
line-height: 1.4; line-height: 1.4;
display: block; display: block;
overflow: auto; overflow: hidden;
} }
.ant-confirm-body .ant-confirm-content { .ant-confirm-body .ant-confirm-content {
margin-left: 38px; margin-left: 38px;
...@@ -4177,6 +4189,9 @@ mark { ...@@ -4177,6 +4189,9 @@ mark {
letter-spacing: .34em; letter-spacing: .34em;
margin-right: -0.34em; margin-right: -0.34em;
} }
.ant-btn-block {
width: 100%;
}
@-webkit-keyframes buttonEffect { @-webkit-keyframes buttonEffect {
to { to {
opacity: 0; opacity: 0;
...@@ -4211,8 +4226,9 @@ a.ant-btn-sm { ...@@ -4211,8 +4226,9 @@ a.ant-btn-sm {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-card { .ant-card {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -4608,8 +4624,9 @@ a.ant-btn-sm { ...@@ -4608,8 +4624,9 @@ a.ant-btn-sm {
padding-top: 1px; padding-top: 1px;
} }
.ant-tabs { .ant-tabs {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -5030,8 +5047,9 @@ a.ant-btn-sm { ...@@ -5030,8 +5047,9 @@ a.ant-btn-sm {
clear: both; clear: both;
} }
.ant-table { .ant-table {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -5176,6 +5194,7 @@ a.ant-btn-sm { ...@@ -5176,6 +5194,7 @@ a.ant-btn-sm {
.ant-table-tbody > tr > td { .ant-table-tbody > tr > td {
padding: 16px 16px; padding: 16px 16px;
word-break: break-word; word-break: break-word;
-ms-word-break: break-all;
} }
.ant-table-thead > tr > th.ant-table-selection-column-custom { .ant-table-thead > tr > th.ant-table-selection-column-custom {
padding-left: 16px; padding-left: 16px;
...@@ -5683,8 +5702,9 @@ tr.ant-table-expanded-row:hover { ...@@ -5683,8 +5702,9 @@ tr.ant-table-expanded-row:hover {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group { .ant-radio-group {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -5696,8 +5716,9 @@ tr.ant-table-expanded-row:hover { ...@@ -5696,8 +5716,9 @@ tr.ant-table-expanded-row:hover {
line-height: unset; line-height: unset;
} }
.ant-radio-wrapper { .ant-radio-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -5712,8 +5733,9 @@ tr.ant-table-expanded-row:hover { ...@@ -5712,8 +5733,9 @@ tr.ant-table-expanded-row:hover {
cursor: pointer; cursor: pointer;
} }
.ant-radio { .ant-radio {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6010,8 +6032,9 @@ span.ant-radio + * { ...@@ -6010,8 +6032,9 @@ span.ant-radio + * {
} }
} }
.ant-checkbox { .ant-checkbox {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6148,8 +6171,9 @@ span.ant-radio + * { ...@@ -6148,8 +6171,9 @@ span.ant-radio + * {
cursor: not-allowed; cursor: not-allowed;
} }
.ant-checkbox-wrapper { .ant-checkbox-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6170,8 +6194,9 @@ span.ant-radio + * { ...@@ -6170,8 +6194,9 @@ span.ant-radio + * {
padding-right: 8px; padding-right: 8px;
} }
.ant-checkbox-group { .ant-checkbox-group {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6196,8 +6221,9 @@ span.ant-radio + * { ...@@ -6196,8 +6221,9 @@ span.ant-radio + * {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-dropdown { .ant-dropdown {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6457,8 +6483,9 @@ span.ant-radio + * { ...@@ -6457,8 +6483,9 @@ span.ant-radio + * {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin { .ant-spin {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -6670,8 +6697,9 @@ span.ant-radio + * { ...@@ -6670,8 +6697,9 @@ span.ant-radio + * {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination { .ant-pagination {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -7068,8 +7096,9 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7068,8 +7096,9 @@ textarea.ant-pagination-options-quick-jumper input {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select { .ant-select {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -7494,7 +7523,8 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7494,7 +7523,8 @@ textarea.ant-pagination-options-quick-jumper input {
margin-right: 20px; margin-right: 20px;
} }
.ant-select-dropdown { .ant-select-dropdown {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
margin: 0; margin: 0;
...@@ -7653,7 +7683,8 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7653,7 +7683,8 @@ textarea.ant-pagination-options-quick-jumper input {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input { .ant-input {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-variant: tabular-nums;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
margin: 0; margin: 0;
...@@ -7723,8 +7754,9 @@ textarea.ant-input { ...@@ -7723,8 +7754,9 @@ textarea.ant-input {
height: 24px; height: 24px;
} }
.ant-input-group { .ant-input-group {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -7931,8 +7963,9 @@ textarea.ant-input { ...@@ -7931,8 +7963,9 @@ textarea.ant-input {
width: 100%; width: 100%;
} }
.ant-input-affix-wrapper { .ant-input-affix-wrapper {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -11475,8 +11508,9 @@ textarea.ant-input { ...@@ -11475,8 +11508,9 @@ textarea.ant-input {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message { .ant-message {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
...@@ -11562,8 +11596,9 @@ textarea.ant-input { ...@@ -11562,8 +11596,9 @@ textarea.ant-input {
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-notification { .ant-notification {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px; font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5; line-height: 1.5;
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="icon" href="/favicon.png" type="image/x-icon"> <link rel="icon" href="/favicon.png" type="image/x-icon">
<script src="https://cdn.bootcss.com/rollbar.js/2.4.0/rollbar.min.js"></script> <script src="https://cdn.bootcss.com/rollbar.js/2.4.0/rollbar.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/assets/data-set/0.8.7/data-set.min.js"></script> <script src="https://gw.alipayobjects.com/os/antv/assets/data-set/0.8.7/data-set.min.js"></script>
<link href="/index.9da5cfd5.css" rel="stylesheet"></head> <link href="/index.eac12cd5.css" rel="stylesheet"></head>
<body><script> <body><script>
// Enable Google Analytics // Enable Google Analytics
...@@ -33,6 +33,6 @@ ...@@ -33,6 +33,6 @@
</script> </script>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="/index.250dbaca.js"></script></body> <script type="text/javascript" src="/index.2087a206.js"></script></body>
</html> </html>
\ No newline at end of file
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