123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- .C1ledger {
- background-color: #fff;
- border-radius: 10px;
- padding: 24px 24px 0;
- position: relative;
- :global {
- .C4tit {
- color: #999;
- margin-left: 10px;
- font-size: 14px;
- font-weight: 400;
- }
- .C1top {
- display: flex;
- justify-content: space-between;
- .C1topll {
- display: flex;
- & > div {
- margin-right: 15px;
- display: flex;
- align-items: center;
- position: relative;
- & > span {
- position: absolute;
- top: -18px;
- left: 0;
- pointer-events: none;
- }
- }
- }
- .C1toprrSuo {
- width: 100%;
- margin-top: 15px;
- text-align: right;
- }
- .C1toprrKai {
- position: relative;
- top: 10px;
- width: 300px;
- height: 84px;
- display: flex;
- flex-wrap: wrap;
- }
- .C1topllAll {
- width: 100%;
- & > div {
- width: 8%;
- .ant-input {
- width: 100%;
- }
- .ant-select {
- width: 100%;
- }
- }
- }
- }
- .C1top2 {
- align-items: center;
- margin-bottom: 15px;
- .C1topll {
- width: calc(100% - 320px);
- flex-wrap: wrap;
- & > div {
- margin-top: 23px;
- width: 15%;
- .ant-input {
- width: 100%;
- }
- .ant-select {
- width: 100%;
- }
- }
- }
- }
- .ant-select-selection-placeholder {
- color: black !important;
- }
- .ant-table-cell {
- padding: 8px !important;
- }
- }
- }
|