Auto Submit

dev_aliyun_xibeigongye
autosubmit 3 years ago
parent e7c21270dd
commit d10bb7fa4e

@ -563,10 +563,10 @@ a.ant-btn-disabled:active > a:only-child::after {background: transparent;}
.ant-comment-actions > li > span {color: @text-color-secondary;}
.ant-comment-actions > li > span:hover {color: #595959;}
.ant-picker-status-error.ant-picker, .ant-picker-status-error.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @error-color;}
.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-picker-status-error.ant-picker .ant-picker-active-bar {background: color(~`colorPalette("@{error-color}", 5)`);}
.ant-picker-status-warning.ant-picker, .ant-picker-status-warning.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @warning-color;}
.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {background: color(~`colorPalette("@{warning-color}", 5)`);}
.ant-picker {color: @text-color;background: #fff;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-picker:hover, .ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;}
@ -788,16 +788,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.anticon.ant-input-clear-icon:hover, .ant-input-clear-icon:hover {color: @text-color-secondary;}
.anticon.ant-input-clear-icon:active, .ant-input-clear-icon:active {color: @text-color;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @error-color;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-input-status-error .ant-input-prefix {color: @error-color;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @warning-color;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-input-status-warning .ant-input-prefix {color: @warning-color;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @error-color;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-error .ant-input-prefix {color: @error-color;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @warning-color;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {color: @warning-color;}
.ant-input-group-wrapper-status-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
@ -894,16 +894,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-input-number-affix-wrapper > div.ant-input-number {border: none;}
.ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {box-shadow: none !important;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @error-color;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-input-number-status-error .ant-input-number-prefix {color: @error-color;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @warning-color;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-input-number-status-warning .ant-input-number-prefix {color: @warning-color;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @error-color;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {color: @error-color;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @warning-color;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {color: @warning-color;}
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {color: @error-color;border-color: @error-color;}
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {color: @warning-color;border-color: @warning-color;}
@ -1024,10 +1024,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-list-grid .ant-col > .ant-list-item {border-bottom: none;}
.ant-list-bordered {border: 1px solid @border-color-base;border-radius: 2px;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @error-color;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-mentions-status-error .ant-input-prefix {color: @error-color;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @warning-color;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-mentions-status-warning .ant-input-prefix {color: @warning-color;}
.ant-mentions {color: @text-color;background-color: #fff;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-mentions::placeholder {color: #bfbfbf;}
@ -1360,9 +1360,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-select-multiple .ant-select-selection-item-remove {color: inherit;color: @text-color-secondary;}
.ant-select-multiple .ant-select-selection-item-remove:hover {color: rgba(0, 0, 0, 0.75);}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {background-color: #fff;border-color: @error-color !important;}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(89, 181, 99, 0.2);border-right-width: 1px;}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(195, 229, 60, 0.2);border-right-width: 1px;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {background-color: #fff;border-color: @warning-color !important;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(112, 136, 249, 0.2);border-right-width: 1px;}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(126, 171, 31, 0.2);border-right-width: 1px;}
.ant-select {color: @text-color;}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border: 1px solid @border-color-base;border-radius: 2px;}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;}
@ -1650,7 +1650,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;}
.ant-tag-gold {color: #d48806;background: #fffbe6;border-color: #ffe58f;}
.ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;}
.ant-tag-cyan {color: #08979c;background: #e6fffb;border-color: #87e8de;}
.ant-tag-cyan {color: #08979c;background: color(~`colorPalette("@{disabled-color}", 1)`);border-color: #87e8de;}
.ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;}
.ant-tag-lime {color: #7cb305;background: #fcffe6;border-color: #eaff8f;}
.ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;}
@ -1658,9 +1658,9 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
.ant-tag-blue {color: #096dd9;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{warning-color}", 1)`);border-color: #adc6ff;}
.ant-tag-geekblue {color: #1d39c4;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
.ant-tag-purple {color: #531dab;background: #f9f0ff;border-color: #d3adf7;}
.ant-tag-purple {color: #531dab;background: color(~`colorPalette("@{link-color}", 1)`);border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}
.ant-tag-success {color: @success-color;background: color(~`colorPalette("@{success-color}", 1)`);border-color: color(~`colorPalette("@{success-color}", 3)`);}
.ant-tag-processing {color: @primary-color;background: color(~`colorPalette("@{primary-color}", 1)`);border-color: color(~`colorPalette("@{primary-color}", 3)`);}

@ -15,7 +15,7 @@
</head>
<body>
<div id="root"></div><link rel="stylesheet/less" type="text/css" href="https://www-cdn.educoder.net/color.less"><script>window.ENV = 'newBuild'</script><script src="https://www-cdn.educoder.net/js/less.min.js"></script><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="https://www-cdn.educoder.net/umi.502b163d.js"></script>
<script src="https://www-cdn.educoder.net/umi.693ed5d1.js"></script>
<script src="https://www-cdn.educoder.net/js/officeapi.js"></script>
<script src="https://www-cdn.educoder.net/js/public.js"></script>

@ -712,7 +712,7 @@ span.ant-radio + * {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -728,6 +728,9 @@ span.ant-radio + * {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -4362,7 +4362,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -238,7 +238,7 @@
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -254,6 +254,9 @@
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -2117,7 +2117,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -1347,7 +1347,7 @@ textarea.ant-pagination-options-quick-jumper input {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -1363,6 +1363,9 @@ textarea.ant-pagination-options-quick-jumper input {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -1546,7 +1546,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -772,7 +772,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666 ".concat(isAdmin ? 'mr20' : ''),
children: item.name
}), item.total && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999",
children: item.total || 0
})]

@ -752,7 +752,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
border: 0;
}
.tabMenuContainer___xbZhu .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -768,6 +768,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___xbZhu .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___xbZhu .control___tg7XY {
display: flex;
align-items: center;

@ -1677,7 +1677,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -1980,7 +1980,7 @@ span.ant-radio + * {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -1996,6 +1996,9 @@ span.ant-radio + * {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -1712,7 +1712,7 @@ span.ant-radio + * {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -1728,6 +1728,9 @@ span.ant-radio + * {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -1187,7 +1187,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -2106,7 +2106,7 @@
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -2122,6 +2122,9 @@
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -3553,7 +3553,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -951,7 +951,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666 ".concat(isAdmin ? 'mr20' : ''),
children: item.name
}), item.total && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999",
children: item.total || 0
})]

@ -662,7 +662,7 @@
border: 0;
}
.tabMenuContainer___xbZhu .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -678,6 +678,9 @@
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___xbZhu .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___xbZhu .control___tg7XY {
display: flex;
align-items: center;

@ -1793,7 +1793,7 @@ textarea.ant-pagination-options-quick-jumper input {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -1809,6 +1809,9 @@ textarea.ant-pagination-options-quick-jumper input {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -1174,7 +1174,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -759,7 +759,7 @@ span.ant-radio + * {
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -775,6 +775,9 @@ span.ant-radio + * {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -2754,7 +2754,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

@ -2648,7 +2648,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666 ".concat(isAdmin ? 'mr20' : ''),
children: item.name
}), item.total && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999",
children: item.total || 0
})]

@ -626,7 +626,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
border: 0;
}
.tabMenuContainer___Sxna3 .ant-menu .ant-menu-item {
width: 100px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -642,6 +642,9 @@ div.ant-typography-edit-content.ant-typography-rtl {
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___Sxna3 .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___Sxna3 .control___ka76r {
display: flex;
align-items: center;

@ -800,7 +800,7 @@
border: 0;
}
.bg___yvvvB .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -816,6 +816,9 @@
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.bg___yvvvB .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.containerDesc___McNkA {
background-color: #fff;
}

@ -273,7 +273,7 @@
border: 0;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item {
width: 126px;
width: 125px;
height: 38px;
background: #f5f5f5;
border-radius: 4px 4px 0px 0px;
@ -289,6 +289,9 @@
background: #ffffff;
box-shadow: 0 -1px 2px #ededed;
}
.tabMenuContainer___uf5IP .ant-menu .ant-menu-item-selected .ant-menu-title-content > span {
color: #3061D0 !important;
}
.tabMenuContainer___uf5IP .control___GheLs {
display: flex;
align-items: center;

@ -2144,7 +2144,7 @@ var TabMenu = function TabMenu(_ref) {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-666",
children: item.name
}), item.total && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
}), item.total !== undefined && isAdmin && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
className: "c-grey-999 ml20",
children: item.total || 0
})]

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save