86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
|
|
.ant-table-thead>tr>th {
|
||
|
|
border-bottom: none !important;
|
||
|
|
padding: 6px 6px;
|
||
|
|
background: #ECF2F9 !important;
|
||
|
|
color: #333 !important;
|
||
|
|
font-weight: 600 !important;
|
||
|
|
|
||
|
|
&::before {
|
||
|
|
width: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*&:first-child {
|
||
|
|
border-top-left-radius: 16px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:last-child {
|
||
|
|
border-top-right-radius: 16px !important;
|
||
|
|
}*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-table {
|
||
|
|
background: transparent !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-table-tbody>tr>td {
|
||
|
|
//border-bottom: none !important;
|
||
|
|
background: #fff;
|
||
|
|
//box-shadow: 3px 2px 3px 2px #E8ECF1;
|
||
|
|
padding: 6px 6px;
|
||
|
|
|
||
|
|
/* &:first-child {
|
||
|
|
border-top-left-radius: 8px;
|
||
|
|
border-bottom-left-radius: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:last-child {
|
||
|
|
border-top-right-radius: 8px;
|
||
|
|
border-bottom-right-radius: 8px;
|
||
|
|
}*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-table table,.ant-table.ant-table-bordered > .ant-table-container,
|
||
|
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td{
|
||
|
|
//border-spacing: 0 8px !important;
|
||
|
|
//border:0;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ant-radio-group {
|
||
|
|
.ant-radio-button-wrapper:first-child {
|
||
|
|
// border-radius: 8px 0 0 8px !important
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-radio-button-wrapper:last-child {
|
||
|
|
// border-radius: 0 8px 8px 0 !important
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-radio-button-wrapper {
|
||
|
|
border: 1px solid @primary-color !important;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background-color: #D9EBFF;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-radio-button-wrapper {
|
||
|
|
color: #3B7CFF;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-checkbox-checked {
|
||
|
|
.ant-checkbox-inner {
|
||
|
|
background-color: #3b7cff !important;
|
||
|
|
border-color: #3b7cff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
&::after {
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-checkbox-inner {
|
||
|
|
border-radius: 4px !important;
|
||
|
|
border-width: 1.4px !important;
|
||
|
|
border-color: #C7CBD3 !important;
|
||
|
|
}
|