| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- :global {
- :local(.wrapper) {
- // width: 100%;
- // height: 100%;
- // background-color: #212b38;
- // color: var(--dt-text-color1);
- // background-color: var(--dt-fill-color1);
- // padding: 16px;
- // padding-top: 24px;
- width: 100%;
- overflow: hidden;
- .ant-input {
- // background-color: #212b38;
- }
- .symb {
- button {
- margin-right: 8px;
- margin-bottom: 8px;
- min-width: 28px;
- padding: 4px 0px;
- }
- }
- .bottom {
- display: flex;
- align-items: center;
- margin-top: 16px;
- .confirmgroup {
- margin-left: auto;
- button {
- margin-left: 16px;
- }
- }
- }
- .main {
- display: flex;
- width: 100%;
- padding-left: 16px;
- padding-right: 16px;
- .left {
- width: 60%;
- }
- .right {
- width: 40%;
- margin-left: 16px;
- .header {
- margin-bottom: 16px;
- }
- }
- }
- .ant-form-item-label>label {
- color: var(--dt-text-color1);
- }
- .ant-table-cell:before {
- background-color: transparent !important;
- }
- }
- }
|