51 lines
776 B
Plaintext
51 lines
776 B
Plaintext
.ledgerWrapper {
|
|
height: 100%;
|
|
padding: 8px 16px 0 16px;
|
|
background: #F6F6F6;
|
|
|
|
.wea-new-table {
|
|
background: #FFF;
|
|
}
|
|
|
|
.tdEllipsis {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.ledgerSearch-Wrapper {
|
|
min-width: 350px;
|
|
position: relative;
|
|
|
|
& > button {
|
|
position: absolute;
|
|
right: -70px;
|
|
top: 0;
|
|
}
|
|
|
|
.wea-search-group, .wea-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.wea-form-cell-wrapper {
|
|
& > div.wea-form-cell {
|
|
padding: 0;
|
|
|
|
.wea-form-item {
|
|
padding: 0;
|
|
|
|
.ant-select-selection-selected-value {
|
|
width: 150px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
& > div.wea-form-cell:first-child {
|
|
padding-right: 10px;
|
|
}
|
|
}
|
|
}
|