style: Adjust the maximum height of network card options (#10529)

Refs #10526
This commit is contained in:
ssongliu 2025-09-28 18:24:16 +08:00 committed by GitHub
parent 7f05c1ef33
commit 129e864975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@
<div :class="mobile ? 'flx-wrap' : 'flex justify-between'"> <div :class="mobile ? 'flx-wrap' : 'flex justify-between'">
<div> <div>
<span class="title">{{ $t('monitor.network') }}{{ $t('commons.colon') }}</span> <span class="title">{{ $t('monitor.network') }}{{ $t('commons.colon') }}</span>
<el-dropdown> <el-dropdown max-height="300px">
<span class="networkOption"> <span class="networkOption">
{{ networkChoose === 'all' ? $t('commons.table.all') : networkChoose }} {{ networkChoose === 'all' ? $t('commons.table.all') : networkChoose }}
</span> </span>