style: 优化运维管理仪表盘样式

This commit is contained in:
xieyonghong 2023-04-10 17:49:33 +08:00
parent 015635fc19
commit 6a1c917273
2 changed files with 6 additions and 2 deletions

View File

@ -162,7 +162,9 @@ const handleNetworkOptions = (optionsData: any, xAxis: any) => {
},
grid: {
left: '70px',
right: '50px',
right: 10,
bottom: '24px',
top: 24
},
tooltip: {
trigger: 'axis',

View File

@ -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;
}
}