fix: 🐛 Repair the problem of equipment width in the English state

This commit is contained in:
viarotel 2024-07-13 17:09:12 +08:00
parent 8097022798
commit 25c42d94ec

View File

@ -61,14 +61,14 @@
sortable sortable
show-overflow-tooltip show-overflow-tooltip
align="left" align="left"
width="200" min-width="100"
/> />
<el-table-column <el-table-column
:label="$t('device.name')" :label="$t('device.name')"
sortable sortable
show-overflow-tooltip show-overflow-tooltip
align="left" align="left"
min-width="200" min-width="150"
> >
<template #default="{ row }"> <template #default="{ row }">
<div class="flex items-center"> <div class="flex items-center">
@ -97,7 +97,7 @@
<el-table-column <el-table-column
v-slot="{ row, $index }" v-slot="{ row, $index }"
:label="$t('device.control.name')" :label="$t('device.control.name')"
width="400" min-width="200"
align="left" align="left"
> >
<MirrorAction <MirrorAction