mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-18 21:38:57 +08:00
style: Adjust the maximum height of network card options (#10529)
Refs #10526
This commit is contained in:
parent
7f05c1ef33
commit
129e864975
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@
|
|||
<div :class="mobile ? 'flx-wrap' : 'flex justify-between'">
|
||||
<div>
|
||||
<span class="title">{{ $t('monitor.network') }}{{ $t('commons.colon') }}</span>
|
||||
<el-dropdown>
|
||||
<el-dropdown max-height="300px">
|
||||
<span class="networkOption">
|
||||
{{ networkChoose === 'all' ? $t('commons.table.all') : networkChoose }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue