49 lines
875 B
Plaintext
49 lines
875 B
Plaintext
.antd-wrap {
|
|
.ant-table-thead > tr > th {
|
|
border-width: 1px !important;
|
|
}
|
|
|
|
.ant-table-bordered .ant-table-fixed-right {
|
|
top: 1px !important;
|
|
|
|
thead {
|
|
tr > th {
|
|
border-top: 1px solid #e2e2e2 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-table-bordered .ant-table-fixed-left {
|
|
top: 1px !important;
|
|
left: 0 !important;
|
|
|
|
thead {
|
|
tr > th {
|
|
border-top: 1px solid #e2e2e2 !important;
|
|
}
|
|
|
|
tr > th:first-child {
|
|
border-left: 1px solid #e2e2e2 !important;
|
|
}
|
|
}
|
|
|
|
tbody {
|
|
tr > td:first-child {
|
|
border-left: 1px solid #e2e2e2 !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ant-table-tbody {
|
|
tr {
|
|
td {
|
|
height: 41px !important;
|
|
border-bottom: 1px solid #e2e2e2 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|