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.

20 lines
454 B

7 years ago
@import "../../../index";
8 years ago
.bi-tooltip{
max-width: 250px;
max-height: 450px;
.overflow-hidden() !important;
8 years ago
.border-radius(2px);
font-size: 12px;
7 years ago
color: @color-bi-text;
8 years ago
&.tooltip-success{
4 years ago
background: @color-bi-background-tooltip-success;
border: 1px solid @color-bi-border-tooltip-success;
7 years ago
8 years ago
}
&.tooltip-warning{
background: @color-bi-background-tooltip-failure;
4 years ago
border: 1px solid @color-bi-border-tooltip-failure;
8 years ago
}
4 years ago
}