mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-24 07:30:15 +01:00
fix: 🐛 Repair the problem of equipment width in the English state
This commit is contained in:
parent
8097022798
commit
25c42d94ec
@ -61,14 +61,14 @@
|
||||
sortable
|
||||
show-overflow-tooltip
|
||||
align="left"
|
||||
width="200"
|
||||
min-width="100"
|
||||
/>
|
||||
<el-table-column
|
||||
:label="$t('device.name')"
|
||||
sortable
|
||||
show-overflow-tooltip
|
||||
align="left"
|
||||
min-width="200"
|
||||
min-width="150"
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<div class="flex items-center">
|
||||
@ -97,7 +97,7 @@
|
||||
<el-table-column
|
||||
v-slot="{ row, $index }"
|
||||
:label="$t('device.control.name')"
|
||||
width="400"
|
||||
min-width="200"
|
||||
align="left"
|
||||
>
|
||||
<MirrorAction
|
||||
|
Loading…
Reference in New Issue
Block a user