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.

45 lines
985 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);
}
& .padding-outer{
padding-top: 5px;
padding-bottom: 5px;
}
& .list-view-shadow {
.box-shadow(0 1px 5px 0, fade(@color-bi-background-black, 20));
}
8 years ago
& .list-view-toolbar {
7 years ago
line-height: 24px;
8 years ago
& > .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
}
}
& .list-view-shadow {
.box-shadow(0 1px 5px 0, fade(@background-color-normal-theme-dark, 80));
}
}