Selaa lähdekoodia

修复升压站报警右侧抽屉列表展示换行问题

baiyanting 1 vuosi sitten
vanhempi
commit
8c7c9fd087

+ 1 - 0
src/views/stateMonitor/factoryMonitor/photovoltaic/lightBoosterStation/index.vue

@@ -110,6 +110,7 @@
           :label="item.title"
           align="center"
           :width="item.width"
+          show-overflow-tooltip
         >
           <template #default="{ row }">
             <span v-if="item.code == 'rank'">{{ getRank(row.rank) }}</span>

+ 1 - 0
src/views/stateMonitor/factoryMonitor/windPowerPlant/boosterStation/index.vue

@@ -90,6 +90,7 @@
           :label="item.title"
           align="center"
           :width="item.width"
+          show-overflow-tooltip
         >
           <template #default="{ row }">
             <span v-if="item.code == 'rank'">{{ getRank(row.rank) }}</span>