gis-bi/core/core-frontend/src/style/mixin.less
2025-06-28 11:53:41 +08:00

66 lines
1.1 KiB
Plaintext

.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;
// }
// }
:deep(.ed-step__title.is-process){
color: #fff ;
}
:deep(.ed-step__title .is-finish){
color: #fff ;
}
:deep(.excel-info_base .name){
color: #fff ;
}
:deep(.ed-row.drag-data.padding-lr svg){
width: 100%;
height: 100%;
}
:deep(.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell){
background-color: rgba(37, 38, 38, 0) !important;
}