仪表盘细节调整
This commit is contained in:
parent
fa50c11a67
commit
f567ce80e6
|
@ -172,7 +172,7 @@ export default {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
background-color: rgb(243,243,243);;
|
background-color: rgb(243,243,243);;
|
||||||
.top{
|
.top{
|
||||||
width: 98%;
|
width: 100%;
|
||||||
height: 360px;
|
height: 360px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -185,7 +185,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.mid{
|
.mid{
|
||||||
width: 98%;
|
width: 100%;
|
||||||
height: 380px;
|
height: 380px;
|
||||||
.chart-wrapper {
|
.chart-wrapper {
|
||||||
height: 340px;
|
height: 340px;
|
||||||
|
@ -195,9 +195,12 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.bottom{
|
.bottom{
|
||||||
width: 97%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
.el-row{
|
||||||
|
margin-right: 4px !important;
|
||||||
|
}
|
||||||
.chart-player{
|
.chart-player{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 270px;
|
height: 270px;
|
||||||
|
|
Loading…
Reference in New Issue