| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- :global {
- :local(.wrapper) {
- // background-color: #212b38;
- // padding-top: 24px;
- width: 100%;
- .ant-input {
- // background-color: #212b38;
- }
- .bottom {
- display: flex;
- align-items: center;
- margin-top: 16px;
- .confirmgroup {
- margin-left: auto;
- button {
- margin-left: 16px;
- }
- }
- }
- .ant-form-item-label > label {
- color: var(--dt-text-color1);
- }
- }
- }
- .itemContainer {
- display: inline-block;
- position: relative;
- overflow: visible;
- }
- .label {
- position: absolute;
- font-size: 12px;
- transform: scale(0.8);
- color: var(--dt-text-color3);
- left: 4px;
- top: -8px;
- z-index: 9999;
- background-color: var(--dt-fill-color3);
- }
|