style: 优化运维管理仪表盘样式
This commit is contained in:
parent
015635fc19
commit
6a1c917273
|
@ -162,7 +162,9 @@ const handleNetworkOptions = (optionsData: any, xAxis: any) => {
|
|||
},
|
||||
grid: {
|
||||
left: '70px',
|
||||
right: '50px',
|
||||
right: 10,
|
||||
bottom: '24px',
|
||||
top: 24
|
||||
},
|
||||
tooltip: {
|
||||
trigger: 'axis',
|
||||
|
|
|
@ -132,9 +132,11 @@ watch(
|
|||
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
|
||||
border-radius: 2px;
|
||||
justify-content: space-between;
|
||||
padding: 24px;
|
||||
gap: 24px;
|
||||
.dash-board-item {
|
||||
flex: 1;
|
||||
margin: 24px 12px;
|
||||
//margin: 24px 12px;
|
||||
min-width: 250px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue