123456789101112131415161718192021222324252627282930 |
- .C6edit {
- background-color: #fff;
- border-radius: 10px;
- padding: 15px 24px 0;
- :global {
- .C6top {
- display: flex;
- justify-content: space-between;
- margin-bottom: 15px;
- .C6topll {
- display: flex;
- & > div {
- position: relative;
- margin-right: 15px;
- display: flex;
- align-items: center;
- .ant-input {
- width: 160px;
- }
- }
- }
- .ant-select-selection-placeholder {
- color: black;
- }
- }
- .ant-table-cell {
- padding: 8px !important;
- }
- }
- }
|