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
1009 B

@import "../../index";
/**********BI.BIListView*************/
.bi-popup-view {
position: fixed !important;
overflow-y: visible !important;
overflow-x: visible !important;
overflow: visible !important;
cursor: default;
& .list-view-outer {
.border-radius(2px);
}
& .padding-outer{
padding-top: 5px;
padding-bottom: 5px;
}
& .list-view-shadow {
.box-shadow(0 1px 5px 0, fade(@color-bi-background-list-view-shadow, 20));
}
& .list-view-toolbar {
line-height: 24px;
& > .center-element {
border-left: 1px solid @color-bi-border-list-view-toolbar;
}
& > .first-element {
border-left: none;
}
}
}
.bi-theme-dark {
.bi-popup-view {
& .list-view-toolbar {
& > .center-element {
border-left: 1px solid @color-bi-border-line-theme-dark;
}
& > .first-element {
border-left: none;
}
}
}
& .list-view-shadow {
.box-shadow(0 1px 5px 0, fade(@background-color-normal-theme-dark, 80));
}
}