12.28 智能招标采购室-第二版
This commit is contained in:
@ -84,6 +84,25 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.monitor-top-exchange {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
color: #FFFFFF;
|
||||
text-align: right;
|
||||
|
||||
&>span {
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
line-height: 16px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #1b7ef2;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-top-space-flex {
|
||||
margin-left: 0;
|
||||
margin-top: 20px;
|
||||
@ -387,7 +406,54 @@
|
||||
|
||||
.monitor-tender-map {
|
||||
margin-top: 20px;
|
||||
height: 690px;
|
||||
height: 650px;
|
||||
}
|
||||
|
||||
.monitor-tender-select {
|
||||
margin-top: 10px;
|
||||
|
||||
.monitor-tender-select-radio {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
||||
background: #1b7ef2;
|
||||
border-color: #1b7ef2;
|
||||
|
||||
&:hover {
|
||||
background: #1b7ef2;
|
||||
border-color: #1b7ef2;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
||||
border-right-color: #1b7ef2;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper {
|
||||
color: #fff;
|
||||
border: 1px solid #1b7ef2;
|
||||
border-left-width: 0;
|
||||
border-top-width: 1.02px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper:first-child {
|
||||
border-left: 1px solid #1b7ef2;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper:not(:first-child)::before {
|
||||
background-color: #1b7ef2;
|
||||
}
|
||||
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before,
|
||||
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
||||
background-color: #1b7ef2;
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-supplier-rank {
|
||||
@ -603,6 +669,14 @@
|
||||
.ant-table-tbody>tr>td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.ant-table-placeholder {
|
||||
height: var(--monitor-table-height);
|
||||
}
|
||||
|
||||
.ant-table-body {
|
||||
height: var(--monitor-table-height);
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-statistic-table {
|
||||
@ -694,6 +768,14 @@
|
||||
.ant-table-tbody>tr>td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.ant-table-placeholder {
|
||||
height: var(--monitor-table-height);
|
||||
}
|
||||
|
||||
.ant-table-body {
|
||||
height: var(--monitor-table-height);
|
||||
}
|
||||
}
|
||||
|
||||
.monitor-stage-card {
|
||||
|
Reference in New Issue
Block a user