|
@@ -104,4 +104,622 @@
|
|
.ant-modal div[aria-hidden='true']:not([class]) {
|
|
.ant-modal div[aria-hidden='true']:not([class]) {
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ html[data-theme='light'] {
|
|
|
|
+ --bg-color: #01396c;
|
|
|
|
+ --bg-s-color: #00315e;
|
|
|
|
+ --fn-color: #dbdbdb;
|
|
|
|
+ .ant-layout {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+ --sider-logo-bg-color: #01396c;
|
|
|
|
+
|
|
|
|
+ .ant-layout-sider-light {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+
|
|
|
|
+ .jeecg-menu-light {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ font-size: 16px;
|
|
|
|
+
|
|
|
|
+ .jeecg-menu-item {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-menu {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-menu-submenu-title {
|
|
|
|
+ .anticon {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ .anticon {
|
|
|
|
+ color: #1890ff;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-simple-menu-sub-title {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-layout-header {
|
|
|
|
+ background: var(--bg-color) !important;
|
|
|
|
+ }
|
|
|
|
+ .jeecg-layout-header--light {
|
|
|
|
+ background: var(--bg-color) !important;
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ border-bottom: 1px solid var(--bg-color);
|
|
|
|
+ border-left: 1px solid var(--bg-color);
|
|
|
|
+
|
|
|
|
+ svg {
|
|
|
|
+ fill: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-layout-header-action__item {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-header-user-dropdown--light .jeecg-header-user-dropdown__name {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-multiple-tabs.jeecg-multiple-tabs--theme-card {
|
|
|
|
+ .ant-tabs.ant-tabs-card .ant-tabs-nav {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+
|
|
|
|
+ .ant-tabs-tab {
|
|
|
|
+ background-color: #01284c;
|
|
|
|
+
|
|
|
|
+ .ant-tabs-tab-btn {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ svg {
|
|
|
|
+ fill: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-tabs-tab-active {
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-multiple-tabs-content__extra-redo {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ border-left: 1px solid #01284c;
|
|
|
|
+
|
|
|
|
+ .jeecg-svg-icon {
|
|
|
|
+ fill: var(--fn-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table-form-container .ant-form {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-form-item .ant-form-item-label > label {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table .ant-table-wrapper {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-table {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-btn-primary:disabled {
|
|
|
|
+ color: rgba(51 51 51, 0.65);
|
|
|
|
+ background-color: rgb(211 211 211);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-cell-fix-left,
|
|
|
|
+ .ant-table-cell-fix-right {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table-row__striped td {
|
|
|
|
+ background: var(--bg-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-thead > tr > th,
|
|
|
|
+ .ant-table-thead > tr > td {
|
|
|
|
+ background: var(--bg-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
|
|
+ .ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
|
|
|
+ background-color: #00509c;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-btn.ant-btn-link.is-disabled {
|
|
|
|
+ color: #afafaf;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+
|
|
|
|
+ .ant-pagination-item a {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
|
|
|
+ .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination-prev,
|
|
|
|
+ .ant-pagination-next,
|
|
|
|
+ .ant-pagination-jump-prev,
|
|
|
|
+ .ant-pagination-jump-next {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 热送单
|
|
|
|
+ .hot-delivery-container {
|
|
|
|
+ .basic-container {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-form-item .ant-form-item-label > label {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-descriptions .ant-descriptions-item-content {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-descriptions-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .nb-title .dtl {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .nb-title .nick {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .common-table {
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+
|
|
|
|
+ .ant-descriptions .ant-descriptions-item-label {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .dtl {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .nick {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-label,
|
|
|
|
+ .ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-content {
|
|
|
|
+ border-inline-end: 1px solid rgb(255 255 255 / 11%);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 模态框还是用原来的颜色
|
|
|
|
+ .ant-modal {
|
|
|
|
+ .jeecg-basic-table-form-container .ant-form {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+
|
|
|
|
+ .ant-form-item .ant-form-item-label > label {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table {
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table .ant-table-wrapper {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+
|
|
|
|
+ .ant-table {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+
|
|
|
|
+ .ant-btn-primary:disabled {
|
|
|
|
+ color: rgba(51 51 51, 0.65);
|
|
|
|
+ background-color: rgb(211 211 211);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-cell-fix-left,
|
|
|
|
+ .ant-table-cell-fix-right {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table-row__striped td {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-thead > tr > th,
|
|
|
|
+ .ant-table-thead > tr > td {
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
|
|
+ .ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
|
|
|
+ background-color: #a1ccf4;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+
|
|
|
|
+ .ant-pagination-item a {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
|
|
|
+ .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-pagination-prev,
|
|
|
|
+ .ant-pagination-next,
|
|
|
|
+ .ant-pagination-jump-prev,
|
|
|
|
+ .ant-pagination-jump-next {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .ant-table-pagination.ant-pagination .ant-pagination-item-active a,
|
|
|
|
+ .ant-table-pagination.ant-pagination .ant-pagination-item-active:hover a {
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 工作台
|
|
|
|
+ .workbench-container {
|
|
|
|
+ .ant-page-header {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .workbench-header-top-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .workbench-header .casting-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-card {
|
|
|
|
+ background-color: #052d51;
|
|
|
|
+
|
|
|
|
+ .ant-card-head {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .dtl-list-item .title {
|
|
|
|
+ background-color: transparent;
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal,
|
|
|
|
+ .legend-text,
|
|
|
|
+ .chart .chart-content .chart-item .chart-item-title,
|
|
|
|
+ .chart .chart-content .chart-item-divider .chart-item-title,
|
|
|
|
+ .chart .chart-content .chart-item-divider .chart-divider .chart-divider-text {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-tabs {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .on-duty-shipment .ant-statistic {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-table .ant-table-wrapper {
|
|
|
|
+ .ant-table {
|
|
|
|
+ background-color: #052d51;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .jeecg-basic-title.jeecg-basic-table-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .on-duty-driving {
|
|
|
|
+ .driving-list {
|
|
|
|
+ background-color: #004a8d;
|
|
|
|
+
|
|
|
|
+ .driving-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .driving-list-item {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .driving-item {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal {
|
|
|
|
+ color: var(--sd-cl);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .historical-schedule {
|
|
|
|
+ .schedule-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-picker-calendar {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+
|
|
|
|
+ .ant-picker-content th {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-picker-panel {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-picker-cell {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-picker-calendar-date {
|
|
|
|
+ border-top-color: var(--bg-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-calendar-date,
|
|
|
|
+ .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-calendar-date-today {
|
|
|
|
+ background-color: #0056a4;
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+ }
|
|
|
|
+ .ant-badge.ant-badge-status .ant-badge-status-text {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ color: var(--sd-cl);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 班次实绩
|
|
|
|
+ .shift-performance-container {
|
|
|
|
+ .ant-tabs {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .chart-container {
|
|
|
|
+ .workbench-header .workbench-header-top-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-card {
|
|
|
|
+ background-color: #052d51;
|
|
|
|
+
|
|
|
|
+ .ant-card-head {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal,
|
|
|
|
+ .legend-text,
|
|
|
|
+ .chart .chart-content .chart-item .chart-item-title,
|
|
|
|
+ .chart .chart-content .chart-item-divider .chart-item-title,
|
|
|
|
+ .chart .chart-content .chart-item-divider .chart-divider .chart-divider-text {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .statistic-wrapper {
|
|
|
|
+ .ant-card {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+
|
|
|
|
+ .ant-card-head {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .chart-wrapper .title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .chart-wrapper .driving-wrapper {
|
|
|
|
+ .driving-list {
|
|
|
|
+ background-color: #004a8d;
|
|
|
|
+
|
|
|
|
+ .driving-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .driving-list-item {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .driving-item {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-int,
|
|
|
|
+ .ant-statistic .ant-statistic-content-value-decimal {
|
|
|
|
+ color: var(--sd-cl);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 堆垛管理
|
|
|
|
+ .stacking-manage-wrapper {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .stacking-manage-center .stacking-list-row {
|
|
|
|
+ background-color: #005baf;
|
|
|
|
+
|
|
|
|
+ .stack-col {
|
|
|
|
+ border-right-color: var(--bg-s-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 储运中心
|
|
|
|
+ .storageAndTransportation {
|
|
|
|
+ .search-wrapper {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-form-item .ant-form-item-label > label {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-list {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+ font-size: 14px;
|
|
|
|
+
|
|
|
|
+ .ant-list-item .ant-list-item-meta .ant-list-item-meta-title {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-card-bordered {
|
|
|
|
+ border-color: var(--bg-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-card {
|
|
|
|
+ background-color: #004d94;
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+
|
|
|
|
+ .ant-card-head {
|
|
|
|
+ border-bottom-color: #0085ff;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .heat-title {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-wrapper .ant-table {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-wrapper .ant-table-thead > tr > th,
|
|
|
|
+ .ant-table-wrapper .ant-table-thead > tr > td {
|
|
|
|
+ background-color: var(--bg-color);
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td,
|
|
|
|
+ .ant-table-wrapper .ant-table-tbody > tr > td.ant-table-cell-row-hover {
|
|
|
|
+ background-color: var(--bg-s-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-table-wrapper .ant-table.ant-table-small {
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .next-ticket {
|
|
|
|
+ border-left-color: orange;
|
|
|
|
+ background: var(--bg-s-color);
|
|
|
|
+
|
|
|
|
+ .ant-descriptions .ant-descriptions-item-content {
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-descriptions .ant-descriptions-item-label {
|
|
|
|
+ color: var(--fn-color);
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ticket-content {
|
|
|
|
+ .ant-descriptions-view {
|
|
|
|
+ border-color: var(--fn-color);
|
|
|
|
+
|
|
|
|
+ .ant-descriptions-row {
|
|
|
|
+ border-color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ant-descriptions-item-label,
|
|
|
|
+ .ant-descriptions-item-content {
|
|
|
|
+ border-inline-end-color: var(--fn-color);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ // 打印
|
|
|
|
+ #printContent {
|
|
|
|
+ .ant-descriptions .ant-descriptions-item-content {
|
|
|
|
+ color: rgba(51, 51, 51, 0.88);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|