.voucher-table-wrap {
|
position: relative;
|
padding: 0px;
|
|
.normal-table-footer {
|
padding: 10px 0px;
|
color: rgba(0, 0, 0, 0.65);
|
}
|
.normal-table-footer.pagination {
|
position: absolute;
|
bottom: 10px;
|
}
|
>.ant-table-wrapper {
|
position: relative;
|
z-index: 1;
|
}
|
.ant-table {
|
color: inherit;
|
font-size: inherit;
|
}
|
|
.money-uint {
|
display: flex;
|
span {
|
display: inline-block;
|
flex: 1;
|
text-align: center;
|
font-size: 12px;
|
}
|
span:not(.last) {
|
border-right: 1px solid #e9e9e9;
|
}
|
span:nth-child(3), span:nth-child(6) {
|
border-color: #91d5ff;
|
}
|
span:nth-child(9) {
|
border-color: #ffa39e;
|
}
|
}
|
|
table {
|
max-width: 100%;
|
width: 100%;
|
.ant-table-thead {
|
tr {
|
th {
|
position: relative;
|
background-color: transparent;
|
padding: 0;
|
height: 60px;
|
line-height: 60px;
|
text-align: center;
|
border-right: 1px solid #d8d8d8;
|
|
.ant-table-header-column {
|
display: block;
|
width: 100%;
|
height: 100%;
|
|
.ant-table-column-title {
|
display: block;
|
width: 100%;
|
height: 100%;
|
font-weight: bold;
|
font-size: 13px;
|
}
|
}
|
.money-title {
|
line-height: 30px;
|
font-weight: bold;
|
font-size: 13px;
|
}
|
.money-uint {
|
line-height: 30px;
|
border-top: 1px solid #dadada;
|
}
|
}
|
}
|
}
|
.ant-table-selection-column {
|
width: 60px;
|
min-width: 60px;
|
max-width: 60px;
|
}
|
.ant-table-tbody {
|
tr td {
|
position: relative;
|
background-color: transparent;
|
padding: 0;
|
height: 60px;
|
vertical-align: top;
|
border-right: 1px solid #d8d8d8;
|
|
.content-wrap {
|
padding: 5px;
|
height: 100%;
|
font-size: 13px;
|
font-weight: bold;
|
}
|
.money-uint {
|
height: 100%;
|
line-height: 60px;
|
|
span {
|
font-size: 14px;
|
font-weight: bold;
|
}
|
}
|
.money-uint.down {
|
span {
|
color: #ff4d4f;
|
}
|
}
|
}
|
}
|
}
|
.ant-input {
|
height: 60px;
|
border-radius: 0;
|
resize: none;
|
}
|
.ant-input-number {
|
height: 60px;
|
border-radius: 0;
|
|
.ant-input-number-handler-wrap {
|
display: none;
|
}
|
.ant-input-number-input {
|
border-radius: 0;
|
height: 60px;
|
}
|
}
|
.editing_table_cell {
|
.ant-input {
|
padding: 0px;
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
border: 1px solid #1890ff;
|
}
|
.ant-input-number-input {
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
border: 1px solid #1890ff;
|
}
|
.anticon {
|
color: #ff4d4f;
|
position: absolute;
|
right: 3px;
|
top: calc(50% - 8px);
|
}
|
}
|
td.pointer {
|
position: relative;
|
}
|
}
|