UI优化
This commit is contained in:
@@ -569,7 +569,7 @@ const hiddenDangerChartOption = computed<EChartsOption>(() => {
|
||||
},
|
||||
legend: {
|
||||
data: ['一般隐患', '重大隐患'],
|
||||
top: 10,
|
||||
top: 0,
|
||||
textStyle: {
|
||||
fontSize: 12
|
||||
}
|
||||
@@ -578,7 +578,7 @@ const hiddenDangerChartOption = computed<EChartsOption>(() => {
|
||||
left: '3%',
|
||||
right: '4%',
|
||||
bottom: '3%',
|
||||
top: '25%',
|
||||
top: '12%',
|
||||
containLabel: true
|
||||
},
|
||||
xAxis: {
|
||||
@@ -1614,8 +1614,8 @@ onMounted(async () => {
|
||||
|
||||
.donut-chart-wrapper,
|
||||
.donut-chart-wrapper-small {
|
||||
height: 280px;
|
||||
min-height: 280px;
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.line-chart-wrapper,
|
||||
@@ -1627,9 +1627,13 @@ onMounted(async () => {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.bar-chart-wrapper {
|
||||
height: 215px;
|
||||
}
|
||||
|
||||
.progress-chart-wrapper {
|
||||
height: 280px;
|
||||
min-height: 280px;
|
||||
height: 200px;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.high-risk-top {
|
||||
@@ -1714,7 +1718,7 @@ onMounted(async () => {
|
||||
.operation-distribution,
|
||||
.park-operation-distribution,
|
||||
.regional-progress {
|
||||
margin-top: 10px;
|
||||
margin-top: 8px;
|
||||
|
||||
.distribution-title {
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user