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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user