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.

28 lines
681 B

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