2024-10-10
This commit is contained in:
40
web/bsadmin/assets/less/flot-chart.less
Normal file
40
web/bsadmin/assets/less/flot-chart.less
Normal file
@@ -0,0 +1,40 @@
|
||||
@import "variable.less"; // Variable.less
|
||||
|
||||
|
||||
|
||||
.flotTip{
|
||||
background: @black;
|
||||
border: 1px solid @black;
|
||||
padding: 5px 15px;
|
||||
color: @white;
|
||||
}
|
||||
|
||||
|
||||
.flot-container {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 275px;
|
||||
padding: 20px 15px 15px 15px;
|
||||
margin: 15px auto 30px auto;
|
||||
background: @white;
|
||||
|
||||
}
|
||||
.flot-pie-container {
|
||||
height: 275px;
|
||||
|
||||
}
|
||||
.flotBar-container {
|
||||
height: 275px;
|
||||
|
||||
}
|
||||
|
||||
.flot-line{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.legend table {
|
||||
border-spacing: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user