mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-19 01:24:12 +01:00
perf: 💄 Update styles
This commit is contained in:
parent
fe51c09300
commit
37da97bc30
@ -77,9 +77,9 @@
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
:loading="row.$loading"
|
||||
type="primary"
|
||||
text
|
||||
:loading="row.$loading"
|
||||
:disabled="row.$unauthorized"
|
||||
:icon="row.$loading ? '' : 'Monitor'"
|
||||
@click="handleMirror(row)"
|
||||
|
@ -80,7 +80,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div class="">
|
||||
<div class="pt-4">
|
||||
<el-form
|
||||
ref="elForm"
|
||||
:model="preferenceData"
|
||||
|
@ -134,7 +134,7 @@
|
||||
"preferences.common.scrcpy.placeholder": "请设置 scrcpy 路径",
|
||||
"preferences.common.scrcpy.tips": "用于连接设备的 scrcpy 地址。",
|
||||
"preferences.common.scrcpy.append.name": "scrcpy 参数",
|
||||
"preferences.common.scrcpy.append.placeholder": "为 scrcpy 命令附加额外的参数",
|
||||
"preferences.common.scrcpy.append.placeholder": "为 scrcpy 命令追加额外的参数",
|
||||
"preferences.common.scrcpy.append.tips": "注意:录入参数将会直接附加到 scrcpy 命令中,如果存在重复的参数,并不会自动进行过滤。",
|
||||
"preferences.common.gnirehtet.name": "gnirehtet 路径",
|
||||
"preferences.common.gnirehtet.placeholder": "请设置 gnirehtet 路径",
|
||||
|
Loading…
x
Reference in New Issue
Block a user