fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "../image";
|
|
|
|
@import "../lib/icon";
|
|
|
|
@import "../lib/background";
|
|
|
|
|
|
|
|
.base-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-1, 0, 0, repeat-y);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.base-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-1-theme-dark, 0, 0, repeat-y);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.first-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-2-theme-dark);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mid-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.mid-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-3-theme-dark);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.last-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi-theme-dark {
|
|
|
|
.last-line-conn-background {
|
|
|
|
.imagePath(@icon-tree-vertical-line-4-theme-dark);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading-background {
|
|
|
|
.imagePath(@icon-loading);
|
|
|
|
}
|
|
|
|
|
|
|
|
.auto-color-background {
|
|
|
|
.imagePath(@background-auto-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.trans-color-background {
|
|
|
|
.imagePath(@background-trans-color);
|
|
|
|
}
|