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.

36 lines
714 B

7 years ago
@import "../../index";
8 years ago
8 years ago
/**********BI.BIListView*************/
8 years ago
.bi-popup-view {
8 years ago
position: fixed !important;
overflow-y: visible !important;
overflow-x: visible !important;
overflow: visible !important;
cursor: default;
8 years ago
& .list-view-outer {
8 years ago
.border-radius(2px);
}
& .list-view-toolbar {
line-height: 30px;
& > .center-element {
8 years ago
border-left: 1px solid @color-bi-border-line;
8 years ago
}
8 years ago
& > .first-element {
8 years ago
border-left: none;
}
}
8 years ago
}
.bi-theme-dark {
8 years ago
.bi-popup-view {
8 years ago
& .list-view-toolbar {
& > .center-element {
border-left: 1px solid @color-bi-border-line-theme-dark;
}
& > .first-element {
border-left: none;
}
8 years ago
}
}
8 years ago
}