1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .A3flow {
- background-color: #fff;
- border-radius: 10px;
- padding: 24px 24px 0;
- position: relative;
- :global {
- .C1top {
- display: flex;
- justify-content: space-between;
- .C1topll {
- display: flex;
- & > div {
- display: flex;
- align-items: center;
- position: relative;
- &:not(:last-child) {
- margin-right: 15px;
- }
- & > 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: 310px;
- height: 84px;
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- }
- .C1topllAll {
- width: 100%;
- & > div {
- flex: 1;
- .ant-input {
- width: 100%;
- }
- .ant-select {
- width: 100%;
- }
- }
- }
- }
- .C1top2 {
- margin: 15px 0;
- justify-content: flex-end;
- }
- .ant-select-selection-placeholder {
- color: black !important;
- }
- .ant-table-cell {
- padding: 8px !important;
- }
- }
- }
|