1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

fix: 解决概览页左右高度不一致的问题 (#1671)

This commit is contained in:
ssongliu 2023-07-14 16:22:11 +08:00 committed by GitHub
parent 3b3584714c
commit 15c391e763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@
<div v-if="chartOption === 'io'" style="margin-top: 40px" class="mobile-monitor-chart">
<v-charts
height="305px"
height="360px"
id="ioChart"
type="line"
:option="chartsOption['ioChart']"
@ -136,7 +136,7 @@
</div>
<div v-if="chartOption === 'network'" style="margin-top: 40px" class="mobile-monitor-chart">
<v-charts
height="305px"
height="360px"
id="networkChart"
type="line"
:option="chartsOption['networkChart']"