.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;
|
|
.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;
|
|
.content-wrap {
|
padding: 0px 5px;
|
height: 100%;
|
font-size: 13px;
|
font-weight: bold;
|
|
.count-wrap {
|
text-align: right;
|
height: 20px;
|
}
|
.currency-select {
|
height: 20px;
|
vertical-align: top;
|
.ant-select-selection--single {
|
height: 20px;
|
}
|
.ant-select-selection__rendered {
|
line-height: 20px;
|
margin-left: 8px;
|
margin-right: 22px;
|
}
|
.ant-select-arrow {
|
right: 6px;
|
}
|
}
|
}
|
.money-uint {
|
height: 100%;
|
line-height: 60px;
|
|
span {
|
font-size: 14px;
|
font-weight: bold;
|
}
|
}
|
.money-uint.down {
|
span {
|
color: #ff4d4f;
|
}
|
}
|
}
|
}
|
}
|
|
.ant-select-auto-complete {
|
width: 100%;
|
.ant-input {
|
height: 60px;
|
border-radius: 0;
|
resize: none;
|
}
|
.ant-select-selection {
|
height: 60px;
|
}
|
}
|
.ant-input {
|
height: 60px;
|
border-radius: 0;
|
resize: none;
|
}
|
.ant-input-number:not(.inner-input) {
|
height: 60px;
|
border-radius: 0;
|
|
.ant-input-number-handler-wrap {
|
display: none;
|
}
|
.ant-input-number-input {
|
border-radius: 0;
|
height: 60px;
|
}
|
}
|
.ant-input-number.inner-input {
|
display: inline-block;
|
width: 50px;
|
border-radius: 0;
|
height: 20px;
|
|
.ant-input-number-handler-wrap {
|
display: none;
|
}
|
.ant-input-number-input {
|
border-radius: 0;
|
height: 18px;
|
padding: 0 3px;
|
}
|
}
|
.ant-select:not(.currency-select) {
|
padding: 0px;
|
position: absolute;
|
top: 0px;
|
left: 0px;
|
right: 0px;
|
bottom: 0px;
|
.ant-select-selection {
|
height: 100%;
|
border-radius: 0;
|
|
.ant-select-arrow {
|
display: none;
|
}
|
}
|
}
|
.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;
|
}
|
td.pointer {
|
.mk-mask {
|
display: none;
|
cursor: pointer;
|
position: absolute;
|
top: 0;
|
left: 0;
|
bottom: 0;
|
right: 0;
|
}
|
}
|
|
.anticon-plus {
|
position: absolute;
|
left: 0px;
|
height: 60px;
|
top: 0px;
|
line-height: 60px;
|
width: 25px;
|
color: #26C281;
|
cursor: pointer;
|
display: none;
|
}
|
.anticon-close {
|
position: absolute;
|
right: 0px;
|
height: 60px;
|
top: 0px;
|
line-height: 60px;
|
width: 25px;
|
color: #ff4d4f;
|
cursor: pointer;
|
display: none;
|
}
|
tr:hover {
|
.anticon-plus {
|
left: -25px;
|
display: inline-block;
|
}
|
.anticon-close {
|
right: -25px;
|
display: inline-block;
|
}
|
}
|
.pop-anchor {
|
position: absolute;
|
bottom: 0;
|
left: 50%;
|
}
|
}
|
.subject-pop-wrap {
|
padding-top: 0px;
|
.ant-popover-arrow {
|
display: none;
|
}
|
.ant-popover-content {
|
position: relative;
|
z-index: 1;
|
}
|
|
.ant-form-item {
|
display: flex;
|
margin-bottom: 15px;
|
width: 200px;
|
|
.ant-form-item-label {
|
width: 60px;
|
}
|
.ant-form-item-control-wrapper {
|
width: calc(100% - 60px);
|
.ant-select {
|
width: 100%;
|
}
|
}
|
}
|
.ant-popover-inner-content {
|
padding-right: 30px;
|
}
|
.footer {
|
text-align: right;
|
.ant-btn {
|
border: none;
|
box-shadow: none;
|
margin-right: 15px;
|
}
|
.ant-btn:last-child {
|
color: var(--mk-sys-color);
|
}
|
}
|
}
|
.subject-pop-wrap::before {
|
content: '';
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
}
|
.edit-table-dropdown {
|
.ant-select-dropdown-menu-item {
|
white-space: unset;
|
text-overflow: unset;
|
}
|
}
|