mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 22:18:07 +08:00
fix: 解决概览页左右高度不一致的问题 (#1671)
This commit is contained in:
parent
3b3584714c
commit
15c391e763
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
<div v-if="chartOption === 'io'" style="margin-top: 40px" class="mobile-monitor-chart">
|
<div v-if="chartOption === 'io'" style="margin-top: 40px" class="mobile-monitor-chart">
|
||||||
<v-charts
|
<v-charts
|
||||||
height="305px"
|
height="360px"
|
||||||
id="ioChart"
|
id="ioChart"
|
||||||
type="line"
|
type="line"
|
||||||
:option="chartsOption['ioChart']"
|
:option="chartsOption['ioChart']"
|
||||||
@ -136,7 +136,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="chartOption === 'network'" style="margin-top: 40px" class="mobile-monitor-chart">
|
<div v-if="chartOption === 'network'" style="margin-top: 40px" class="mobile-monitor-chart">
|
||||||
<v-charts
|
<v-charts
|
||||||
height="305px"
|
height="360px"
|
||||||
id="networkChart"
|
id="networkChart"
|
||||||
type="line"
|
type="line"
|
||||||
:option="chartsOption['networkChart']"
|
:option="chartsOption['networkChart']"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user