.border-bottom-tab(@width) { margin-left: @width; :deep(.ed-tabs__header::before), :deep(.ed-tabs__header::after) { content: ''; position: absolute; bottom: 0; width: @width; height: 1px; background-color: rgba(31, 35, 41, 0.15); } :deep(.ed-tabs__header::before) { left: -@width; } :deep(.ed-tabs__header::after) { right: -@width; } } :deep(.ed-pagination__total){ color: #fff; } :deep(.ed-pagination__goto){ color: #fff; } :deep(.ed-dialog__body){ color: #fff; } :deep(.ed-checkbox__label){ color: #fff; } :deep(.ed-radio__label){ color: #fff ; } // :deep(.ed-checkbox__label){ // color: #fff !important; // } // :deep(.is-checked){ // :deep(.ed-radio__label){ // color: #fff; // } // }