| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .label {
- width: 40px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- }
- .tagContainer {
- display: flex;
- align-items: center;
- margin-top: 0px !important;
- margin-bottom: 0px !important;
- }
- .header {
- align-items: center;
- display: flex;
- }
- .tags {
- overflow: auto;
- :global {
- .ant-radio-button-wrapper {
- border-color: var(--dt-line-color2) !important;
- }
- .ant-radio-button-wrapper-checked:not(
- .ant-radio-button-wrapper-disabled
- )::before {
- background-color: var(--dt-line-color2) !important;
- }
- }
- width: calc(100% - 90px);
- &.nobutton {
- width: 100%;
- }
- }
- .oper {
- display: flex;
- justify-content: flex-end;
- flex: 1;
- margin-top: -10px;
- }
|