Skip to content

Commit 15c391e

Browse files
authored
fix: 解决概览页左右高度不一致的问题 (#1671)
1 parent 3b35847 commit 15c391e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/views/home/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126

127127
<div v-if="chartOption === 'io'" style="margin-top: 40px" class="mobile-monitor-chart">
128128
<v-charts
129-
height="305px"
129+
height="360px"
130130
id="ioChart"
131131
type="line"
132132
:option="chartsOption['ioChart']"
@@ -136,7 +136,7 @@
136136
</div>
137137
<div v-if="chartOption === 'network'" style="margin-top: 40px" class="mobile-monitor-chart">
138138
<v-charts
139-
height="305px"
139+
height="360px"
140140
id="networkChart"
141141
type="line"
142142
:option="chartsOption['networkChart']"

0 commit comments

Comments
 (0)