|
@@ -183,7 +183,7 @@
|
|
|
<div slot="content" class="upper-right">
|
|
|
<div
|
|
|
style="display: flex; padding: 4px 15px; font-size: 14px"
|
|
|
- v-for="(item, index) in fleetData.upperRight"
|
|
|
+ v-for="(item, index) in fleetData.upperRight.slice(0 , 10)"
|
|
|
:key="index"
|
|
|
:style="{
|
|
|
backgroundColor: index % 2 == 0 ? '#fafbfd' : '#FFFFFF',
|