forked from Gitlink/build
1784 lines
45 KiB
CSS
1784 lines
45 KiB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-table.ant-table-middle {
|
|
font-size: 12px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-title,
|
|
.ant-table.ant-table-middle .ant-table-footer,
|
|
.ant-table.ant-table-middle .ant-table-thead > tr > th,
|
|
.ant-table.ant-table-middle .ant-table-tbody > tr > td,
|
|
.ant-table.ant-table-middle tfoot > tr > th,
|
|
.ant-table.ant-table-middle tfoot > tr > td {
|
|
padding: 8px 8px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-thead th.ant-table-column-has-sorters {
|
|
padding: 0;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column {
|
|
margin: -8px -8px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column-title {
|
|
padding: 8px 2.3em 8px 8px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-thead .ant-table-column-sorters {
|
|
padding: 8px 8px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
|
|
margin: -8px -8px;
|
|
}
|
|
.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
margin: -8px -8px -8px 25px;
|
|
}
|
|
.ant-table.ant-table-small {
|
|
font-size: 12px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-title,
|
|
.ant-table.ant-table-small .ant-table-footer,
|
|
.ant-table.ant-table-small .ant-table-thead > tr > th,
|
|
.ant-table.ant-table-small .ant-table-tbody > tr > td,
|
|
.ant-table.ant-table-small tfoot > tr > th,
|
|
.ant-table.ant-table-small tfoot > tr > td {
|
|
padding: 4px 4px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-thead th.ant-table-column-has-sorters {
|
|
padding: 0;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column {
|
|
margin: -4px -4px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column-title {
|
|
padding: 4px 2.3em 4px 4px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-thead .ant-table-column-sorters {
|
|
padding: 4px 4px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-expanded-row-fixed {
|
|
margin: -4px -4px;
|
|
}
|
|
.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
|
|
margin: -4px -4px -4px 21px;
|
|
}
|
|
.ant-table-small .ant-table-thead > tr > th {
|
|
background-color: #fafafa;
|
|
}
|
|
.ant-table-small .ant-table-selection-column {
|
|
width: 46px;
|
|
min-width: 46px;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-title {
|
|
border: 1px solid #f0f0f0;
|
|
border-bottom: 0;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container {
|
|
border: 1px solid #f0f0f0;
|
|
border-right: 0;
|
|
border-bottom: 0;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td {
|
|
border-right: 1px solid #f0f0f0;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
|
|
border-right: 1px solid #f0f0f0;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
|
|
margin: -12px -9px;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 1px;
|
|
bottom: 0;
|
|
border-right: 1px solid #f0f0f0;
|
|
content: '';
|
|
}
|
|
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
|
|
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
|
|
border-right: 0;
|
|
}
|
|
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
.ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
|
|
margin: -8px -9px;
|
|
}
|
|
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
.ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
|
|
margin: -4px -5px;
|
|
}
|
|
.ant-table.ant-table-bordered > .ant-table-footer {
|
|
border: 1px solid #f0f0f0;
|
|
border-top: 0;
|
|
}
|
|
.ant-table-cell .ant-table-container:first-child {
|
|
border-top: 0;
|
|
}
|
|
.ant-table-cell-scrollbar {
|
|
box-shadow: 0 1px 0 1px #fafafa;
|
|
}
|
|
.ant-table-wrapper {
|
|
max-width: 100%;
|
|
}
|
|
.ant-table-wrapper::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-table-wrapper::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-table {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
z-index: 0;
|
|
clear: both;
|
|
font-size: 12px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-table table {
|
|
width: 100%;
|
|
text-align: left;
|
|
border-radius: 2px 2px 0 0;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
}
|
|
.ant-table-thead > tr > th,
|
|
.ant-table-tbody > tr > td,
|
|
.ant-table tfoot > tr > th,
|
|
.ant-table tfoot > tr > td {
|
|
position: relative;
|
|
padding: 12px 8px;
|
|
overflow-wrap: break-word;
|
|
}
|
|
.ant-table-cell-ellipsis {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
word-break: keep-all;
|
|
}
|
|
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
|
|
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
|
|
overflow: visible;
|
|
}
|
|
.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
|
|
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-table-title {
|
|
padding: 12px 8px;
|
|
}
|
|
.ant-table-footer {
|
|
padding: 12px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fafafa;
|
|
}
|
|
.ant-table-thead > tr > th {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
text-align: left;
|
|
background: #fafafa;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
|
|
text-align: center;
|
|
}
|
|
.ant-table-thead > tr:not(:last-child) > th[colspan] {
|
|
border-bottom: 0;
|
|
}
|
|
.ant-table-tbody > tr > td {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
transition: background 0.3s;
|
|
}
|
|
.ant-table-tbody > tr.ant-table-row:hover > td {
|
|
background: #fafafa;
|
|
}
|
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
|
background: #e6f7ff;
|
|
border-color: rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
background: #dcf4ff;
|
|
}
|
|
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table {
|
|
margin: -12px -8px -12px 25px;
|
|
}
|
|
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
|
|
border-bottom: 0;
|
|
}
|
|
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
|
|
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
|
|
border-radius: 0;
|
|
}
|
|
.ant-table tfoot > tr > th,
|
|
.ant-table tfoot > tr > td {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-table-pagination.ant-pagination {
|
|
margin: 16px 0;
|
|
}
|
|
.ant-table-pagination-left {
|
|
float: left;
|
|
}
|
|
.ant-table-pagination-center {
|
|
text-align: center;
|
|
}
|
|
.ant-table-pagination-right {
|
|
float: right;
|
|
}
|
|
.ant-table-thead th.ant-table-column-has-sorters {
|
|
padding: 0;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-table-thead th.ant-table-column-has-sorters:hover {
|
|
background: #f2f2f2;
|
|
}
|
|
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container {
|
|
background: #f7f7f7;
|
|
}
|
|
.ant-table-thead th.ant-table-column-sort {
|
|
background: #f5f5f5;
|
|
}
|
|
td.ant-table-column-sort {
|
|
background: #fafafa;
|
|
}
|
|
.ant-table-column-sorters-with-tooltip {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.ant-table-column-sorters {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding: 12px 8px;
|
|
}
|
|
.ant-table-column-sorter {
|
|
margin-top: 0.15em;
|
|
margin-bottom: -0.15em;
|
|
margin-left: 4px;
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-table-column-sorter-full {
|
|
margin-top: -0.2em;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-table-column-sorter-inner {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.ant-table-column-sorter-up,
|
|
.ant-table-column-sorter-down {
|
|
display: inline-block;
|
|
font-size: 11px;
|
|
}
|
|
.ant-table-column-sorter-up.active,
|
|
.ant-table-column-sorter-down.active {
|
|
color: #1890ff;
|
|
}
|
|
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
|
|
margin-top: -0.3em;
|
|
}
|
|
.ant-table-filter-column {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: -12px -8px;
|
|
}
|
|
.ant-table-filter-column-title {
|
|
flex: auto;
|
|
padding: 12px 2.3em 12px 8px;
|
|
}
|
|
.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column {
|
|
margin: 0;
|
|
}
|
|
.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
|
|
padding: 0 2.3em 0 0;
|
|
}
|
|
.ant-table-filter-trigger-container {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex: none;
|
|
align-items: stretch;
|
|
align-self: stretch;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s;
|
|
}
|
|
.ant-table-filter-trigger-container-open,
|
|
.ant-table-filter-trigger-container:hover,
|
|
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container:hover {
|
|
background: #e5e5e5;
|
|
}
|
|
.ant-table-filter-trigger {
|
|
display: block;
|
|
width: 2.3em;
|
|
color: #bfbfbf;
|
|
font-size: 12px;
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-table-filter-trigger .anticon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.ant-table-filter-trigger-container-open .ant-table-filter-trigger,
|
|
.ant-table-filter-trigger:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-table-filter-trigger.active {
|
|
color: #1890ff;
|
|
}
|
|
.ant-table-filter-dropdown {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
min-width: 120px;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-table-filter-dropdown .ant-dropdown-menu {
|
|
max-height: 264px;
|
|
overflow-x: hidden;
|
|
border: 0;
|
|
box-shadow: none;
|
|
}
|
|
.ant-table-filter-dropdown-submenu > ul {
|
|
max-height: calc(100vh - 130px);
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
|
|
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-table-filter-dropdown-btns {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 7px 8px 7px 3px;
|
|
overflow: hidden;
|
|
background-color: inherit;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-table .ant-table-selection-col {
|
|
width: 54px;
|
|
}
|
|
table tr th.ant-table-selection-column,
|
|
table tr td.ant-table-selection-column {
|
|
padding-right: 4px;
|
|
padding-left: 4px;
|
|
text-align: center;
|
|
}
|
|
table tr th.ant-table-selection-column .ant-radio-wrapper,
|
|
table tr td.ant-table-selection-column .ant-radio-wrapper {
|
|
margin-right: 0;
|
|
}
|
|
.ant-table-selection {
|
|
position: relative;
|
|
}
|
|
.ant-table-selection-extra {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-table-selection-extra .anticon {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-table-selection-extra .anticon:hover {
|
|
color: #a6a6a6;
|
|
}
|
|
.ant-table-expand-icon-col {
|
|
width: 48px;
|
|
}
|
|
.ant-table-row-expand-icon-cell {
|
|
text-align: center;
|
|
}
|
|
.ant-table-row-indent {
|
|
float: left;
|
|
height: 1px;
|
|
}
|
|
.ant-table-row-expand-icon {
|
|
color: #1890ff;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
position: relative;
|
|
display: inline-flex;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
width: 17px;
|
|
height: 17px;
|
|
padding: 0;
|
|
color: inherit;
|
|
line-height: 12px;
|
|
vertical-align: -3px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: all 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-table-row-expand-icon:focus,
|
|
.ant-table-row-expand-icon:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-table-row-expand-icon:active {
|
|
color: #096dd9;
|
|
}
|
|
.ant-table-row-expand-icon:focus,
|
|
.ant-table-row-expand-icon:hover,
|
|
.ant-table-row-expand-icon:active {
|
|
border-color: currentColor;
|
|
}
|
|
.ant-table-row-expand-icon::before,
|
|
.ant-table-row-expand-icon::after {
|
|
position: absolute;
|
|
background: currentColor;
|
|
transition: transform 0.3s ease-out;
|
|
content: '';
|
|
}
|
|
.ant-table-row-expand-icon::before {
|
|
top: 7px;
|
|
right: 3px;
|
|
left: 3px;
|
|
height: 1px;
|
|
}
|
|
.ant-table-row-expand-icon::after {
|
|
top: 3px;
|
|
bottom: 3px;
|
|
left: 7px;
|
|
width: 1px;
|
|
transform: rotate(90deg);
|
|
}
|
|
.ant-table-row-expand-icon-collapsed::before {
|
|
transform: rotate(-180deg);
|
|
}
|
|
.ant-table-row-expand-icon-collapsed::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
.ant-table-row-expand-icon-spaced {
|
|
background: transparent;
|
|
border: 0;
|
|
visibility: hidden;
|
|
}
|
|
.ant-table-row-expand-icon-spaced::before,
|
|
.ant-table-row-expand-icon-spaced::after {
|
|
display: none;
|
|
content: none;
|
|
}
|
|
.ant-table-row-indent + .ant-table-row-expand-icon {
|
|
margin-top: 1.50002px;
|
|
margin-right: 4px;
|
|
}
|
|
tr.ant-table-expanded-row > td,
|
|
tr.ant-table-expanded-row:hover > td {
|
|
background: #fbfbfb;
|
|
}
|
|
tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
width: auto;
|
|
}
|
|
.ant-table .ant-table-expanded-row-fixed {
|
|
position: relative;
|
|
margin: -12px -8px;
|
|
padding: 12px 8px;
|
|
}
|
|
.ant-table-tbody > tr.ant-table-placeholder {
|
|
text-align: center;
|
|
}
|
|
.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-table-tbody > tr.ant-table-placeholder:hover > td {
|
|
background: #fff;
|
|
}
|
|
.ant-table-cell-fix-left,
|
|
.ant-table-cell-fix-right {
|
|
position: sticky !important;
|
|
z-index: 2;
|
|
background: #fff;
|
|
}
|
|
.ant-table-cell-fix-left-first::after,
|
|
.ant-table-cell-fix-left-last::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: -1px;
|
|
width: 30px;
|
|
transform: translateX(100%);
|
|
transition: box-shadow 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-table-cell-fix-right-first::after,
|
|
.ant-table-cell-fix-right-last::after {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: -1px;
|
|
left: 0;
|
|
width: 30px;
|
|
transform: translateX(-100%);
|
|
transition: box-shadow 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-table .ant-table-container::before,
|
|
.ant-table .ant-table-container::after {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
width: 30px;
|
|
transition: box-shadow 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-table .ant-table-container::before {
|
|
left: 0;
|
|
}
|
|
.ant-table .ant-table-container::after {
|
|
right: 0;
|
|
}
|
|
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
|
|
position: relative;
|
|
}
|
|
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
|
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.ant-table-ping-left .ant-table-cell-fix-left-first::after,
|
|
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
|
|
position: relative;
|
|
}
|
|
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
|
|
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.ant-table-ping-right .ant-table-cell-fix-right-first::after,
|
|
.ant-table-ping-right .ant-table-cell-fix-right-last::after {
|
|
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
|
|
}
|
|
.ant-table-sticky-header {
|
|
position: sticky;
|
|
z-index: 3;
|
|
}
|
|
.ant-table-sticky-scroll {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 3;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #ffffff;
|
|
border-top: 1px solid #f0f0f0;
|
|
opacity: 0.6;
|
|
}
|
|
.ant-table-sticky-scroll:hover {
|
|
transform-origin: center bottom;
|
|
}
|
|
.ant-table-sticky-scroll-bar {
|
|
height: 8px;
|
|
background-color: rgba(0, 0, 0, 0.35);
|
|
border-radius: 4px;
|
|
}
|
|
.ant-table-sticky-scroll-bar:hover {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.ant-table-sticky-scroll-bar-active {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
box-shadow: none !important;
|
|
}
|
|
}
|
|
.ant-table {
|
|
/* title + table */
|
|
/* table */
|
|
/* table + footer */
|
|
}
|
|
.ant-table-title {
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.ant-table-title + .ant-table-container {
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
|
|
border-radius: 0;
|
|
}
|
|
.ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
|
|
border-radius: 0;
|
|
}
|
|
.ant-table-container {
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.ant-table-container table > thead > tr:first-child th:first-child {
|
|
border-top-left-radius: 2px;
|
|
}
|
|
.ant-table-container table > thead > tr:first-child th:last-child {
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.ant-table-footer {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-table-wrapper-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-table-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table table {
|
|
text-align: right;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
|
|
text-align: center;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-thead > tr > th {
|
|
text-align: right;
|
|
}
|
|
.ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
|
|
margin: -12px 25px -12px -8px;
|
|
}
|
|
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination {
|
|
float: left;
|
|
}
|
|
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
|
|
float: left;
|
|
}
|
|
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
|
|
float: right;
|
|
}
|
|
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-center {
|
|
float: none;
|
|
float: initial;
|
|
text-align: center;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-column-sorter {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-filter-column-title {
|
|
padding: 12px 8px 12px 2.3em;
|
|
}
|
|
.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
|
|
padding: 0 0 0 2.3em;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-filter-trigger-container {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
|
|
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
|
|
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
|
|
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
|
|
padding-right: 8px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-selection {
|
|
text-align: center;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-selection-extra {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-indent {
|
|
float: right;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-expand-icon {
|
|
float: right;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
|
|
transform: rotate(-90deg);
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
|
|
transform: rotate(180deg);
|
|
}
|
|
.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
|
|
transform: rotate(0deg);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-radio-group {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: inline-block;
|
|
font-size: 0;
|
|
line-height: unset;
|
|
}
|
|
.ant-radio-group .ant-badge-count {
|
|
z-index: 1;
|
|
}
|
|
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
|
|
border-left: none;
|
|
}
|
|
.ant-radio-wrapper {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
top: -2px;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
vertical-align: sub;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio-wrapper:hover .ant-radio,
|
|
.ant-radio:hover .ant-radio-inner,
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 50%;
|
|
visibility: hidden;
|
|
animation: antRadioEffect 0.36s ease-in-out;
|
|
animation-fill-mode: both;
|
|
content: '';
|
|
}
|
|
.ant-radio:hover::after,
|
|
.ant-radio-wrapper:hover .ant-radio::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-radio-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 100px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-radio-inner::after {
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 3px;
|
|
display: table;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #1890ff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-radius: 6px;
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
content: ' ';
|
|
}
|
|
.ant-radio-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner::after {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.ant-radio-disabled .ant-radio-input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
span.ant-radio + * {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-radio-button-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin: 0;
|
|
padding: 0 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 26px;
|
|
background: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-top-width: 1.02px;
|
|
border-left-width: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
}
|
|
.ant-radio-button-wrapper a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-radio-button-wrapper > .ant-radio-button {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-radio-group-large .ant-radio-button-wrapper {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
.ant-radio-group-small .ant-radio-button-wrapper {
|
|
height: 22px;
|
|
padding: 0 7px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-radio-button-wrapper:not(:first-child)::before {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
display: block;
|
|
box-sizing: content-box;
|
|
width: 1px;
|
|
height: 100%;
|
|
padding: 1px 0;
|
|
background-color: #d9d9d9;
|
|
transition: background-color 0.3s;
|
|
content: '';
|
|
}
|
|
.ant-radio-button-wrapper:first-child {
|
|
border-left: 1px solid #d9d9d9;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper:last-child {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper:first-child:last-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-radio-button-wrapper:hover {
|
|
position: relative;
|
|
color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper:focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-button-wrapper .ant-radio-inner,
|
|
.ant-radio-button-wrapper input[type='checkbox'],
|
|
.ant-radio-button-wrapper input[type='radio'] {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
z-index: 1;
|
|
color: #1890ff;
|
|
background: #fff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
|
background-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
|
background-color: #096dd9;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
color: #fff;
|
|
background: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #fff;
|
|
background: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #fff;
|
|
background: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-button-wrapper-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child,
|
|
.ant-radio-button-wrapper-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child {
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #e6e6e6;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
}
|
|
@keyframes antRadioEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
|
|
.ant-radio {
|
|
vertical-align: text-bottom;
|
|
}
|
|
}
|
|
.ant-radio-group.ant-radio-group-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-wrapper.ant-radio-wrapper-rtl {
|
|
margin-right: 0;
|
|
margin-left: 6px;
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
|
|
right: -1px;
|
|
left: 0;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
|
|
border-right: 1px solid #d9d9d9;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
|
border-right-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
|
|
border-right-color: #d9d9d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-breadcrumb {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
}
|
|
.ant-breadcrumb .anticon {
|
|
font-size: 12px;
|
|
}
|
|
.ant-breadcrumb a {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-breadcrumb a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-breadcrumb > span:last-child {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-breadcrumb > span:last-child a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
|
|
display: none;
|
|
}
|
|
.ant-breadcrumb-separator {
|
|
margin: 0 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-breadcrumb-link > .anticon + span,
|
|
.ant-breadcrumb-link > .anticon + a {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-breadcrumb-overlay-link > .anticon {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-breadcrumb-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-breadcrumb-rtl::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-breadcrumb-rtl::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-breadcrumb-rtl > span {
|
|
float: right;
|
|
}
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-badge {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
display: inline-block;
|
|
color: unset;
|
|
line-height: 1;
|
|
}
|
|
.ant-badge-count {
|
|
z-index: auto;
|
|
min-width: 18px;
|
|
height: 18px;
|
|
padding: 0 6px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background: #ff4d4f;
|
|
border-radius: 9px;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-count a,
|
|
.ant-badge-count a:hover {
|
|
color: #fff;
|
|
}
|
|
.ant-badge-count-sm {
|
|
min-width: 14px;
|
|
height: 14px;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
border-radius: 7px;
|
|
}
|
|
.ant-badge-multiple-words {
|
|
padding: 0 8px;
|
|
}
|
|
.ant-badge-dot {
|
|
z-index: auto;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: #ff4d4f;
|
|
border-radius: 100%;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-count,
|
|
.ant-badge-dot,
|
|
.ant-badge .ant-scroll-number-custom-component {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
transform: translate(50%, -50%);
|
|
transform-origin: 100% 0%;
|
|
}
|
|
.ant-badge-status {
|
|
line-height: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-badge-status-dot {
|
|
position: relative;
|
|
top: -1px;
|
|
display: inline-block;
|
|
width: 6px;
|
|
height: 6px;
|
|
vertical-align: middle;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-badge-status-success {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-badge-status-processing {
|
|
position: relative;
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-badge-status-processing::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 50%;
|
|
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-badge-status-default {
|
|
background-color: #d9d9d9;
|
|
}
|
|
.ant-badge-status-error {
|
|
background-color: #ff4d4f;
|
|
}
|
|
.ant-badge-status-warning {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-badge-status-pink {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-magenta {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-red {
|
|
background: #f5222d;
|
|
}
|
|
.ant-badge-status-volcano {
|
|
background: #fa541c;
|
|
}
|
|
.ant-badge-status-orange {
|
|
background: #fa8c16;
|
|
}
|
|
.ant-badge-status-yellow {
|
|
background: #fadb14;
|
|
}
|
|
.ant-badge-status-gold {
|
|
background: #faad14;
|
|
}
|
|
.ant-badge-status-cyan {
|
|
background: #13c2c2;
|
|
}
|
|
.ant-badge-status-lime {
|
|
background: #a0d911;
|
|
}
|
|
.ant-badge-status-green {
|
|
background: #52c41a;
|
|
}
|
|
.ant-badge-status-blue {
|
|
background: #1890ff;
|
|
}
|
|
.ant-badge-status-geekblue {
|
|
background: #2f54eb;
|
|
}
|
|
.ant-badge-status-purple {
|
|
background: #722ed1;
|
|
}
|
|
.ant-badge-status-text {
|
|
margin-left: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-badge-zoom-appear,
|
|
.ant-badge-zoom-enter {
|
|
animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-zoom-leave {
|
|
animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-scroll-number {
|
|
position: relative;
|
|
top: auto;
|
|
display: block;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
transform: none;
|
|
}
|
|
@keyframes antStatusProcessing {
|
|
0% {
|
|
transform: scale(0.8);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(2.4);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-scroll-number {
|
|
overflow: hidden;
|
|
}
|
|
.ant-scroll-number-only {
|
|
display: inline-block;
|
|
height: 18px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
|
|
height: 18px;
|
|
margin: 0;
|
|
}
|
|
.ant-scroll-number-symbol {
|
|
vertical-align: top;
|
|
}
|
|
@keyframes antZoomBadgeIn {
|
|
0% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOut {
|
|
0% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-ribbon-wrapper {
|
|
position: relative;
|
|
}
|
|
.ant-ribbon {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: 8px;
|
|
height: 22px;
|
|
padding: 0 8px;
|
|
color: #fff;
|
|
line-height: 22px;
|
|
white-space: nowrap;
|
|
background-color: #1890ff;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-ribbon-corner {
|
|
position: absolute;
|
|
top: 100%;
|
|
width: 8px;
|
|
height: 8px;
|
|
color: #1890ff;
|
|
border: 4px solid;
|
|
transform: scaleY(0.75);
|
|
transform-origin: top;
|
|
}
|
|
.ant-ribbon-corner::after {
|
|
position: absolute;
|
|
top: -4px;
|
|
left: -4px;
|
|
width: inherit;
|
|
height: inherit;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border: inherit;
|
|
content: '';
|
|
}
|
|
.ant-ribbon-color-pink {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-pink .ant-ribbon-corner {
|
|
color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-magenta {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-magenta .ant-ribbon-corner {
|
|
color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-red {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-ribbon-color-red .ant-ribbon-corner {
|
|
color: #f5222d;
|
|
}
|
|
.ant-ribbon-color-volcano {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-ribbon-color-volcano .ant-ribbon-corner {
|
|
color: #fa541c;
|
|
}
|
|
.ant-ribbon-color-orange {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-ribbon-color-orange .ant-ribbon-corner {
|
|
color: #fa8c16;
|
|
}
|
|
.ant-ribbon-color-yellow {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-ribbon-color-yellow .ant-ribbon-corner {
|
|
color: #fadb14;
|
|
}
|
|
.ant-ribbon-color-gold {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-ribbon-color-gold .ant-ribbon-corner {
|
|
color: #faad14;
|
|
}
|
|
.ant-ribbon-color-cyan {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-ribbon-color-cyan .ant-ribbon-corner {
|
|
color: #13c2c2;
|
|
}
|
|
.ant-ribbon-color-lime {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-ribbon-color-lime .ant-ribbon-corner {
|
|
color: #a0d911;
|
|
}
|
|
.ant-ribbon-color-green {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-ribbon-color-green .ant-ribbon-corner {
|
|
color: #52c41a;
|
|
}
|
|
.ant-ribbon-color-blue {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-ribbon-color-blue .ant-ribbon-corner {
|
|
color: #1890ff;
|
|
}
|
|
.ant-ribbon-color-geekblue {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-ribbon-color-geekblue .ant-ribbon-corner {
|
|
color: #2f54eb;
|
|
}
|
|
.ant-ribbon-color-purple {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-ribbon-color-purple .ant-ribbon-corner {
|
|
color: #722ed1;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end {
|
|
right: -8px;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: 0;
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start {
|
|
left: -8px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
left: 0;
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-badge-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-badge-rtl .ant-badge-count,
|
|
.ant-badge-rtl .ant-badge-dot,
|
|
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
direction: ltr;
|
|
transform: translate(-50%, -50%);
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
transform: translate(-50%, -50%);
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl .ant-badge-status-text {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-badge-rtl .ant-badge-zoom-appear,
|
|
.ant-badge-rtl .ant-badge-zoom-enter {
|
|
animation-name: antZoomBadgeInRtl;
|
|
}
|
|
.ant-badge-rtl .ant-badge-zoom-leave {
|
|
animation-name: antZoomBadgeOutRtl;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
transform: none;
|
|
}
|
|
.ant-ribbon-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end {
|
|
right: unset;
|
|
left: -8px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: unset;
|
|
left: 0;
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start {
|
|
right: -8px;
|
|
left: unset;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
right: 0;
|
|
left: unset;
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
@keyframes antZoomBadgeInRtl {
|
|
0% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOutRtl {
|
|
0% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|