mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 20:39:49 +01:00
style: 📝 Restyle
This commit is contained in:
parent
29ae786768
commit
f91a2002ee
@ -1,7 +1,14 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog v-model="visible" title="无线配对" width="600" append-to-body destroy-on-close>
|
<el-dialog
|
||||||
|
v-model="visible"
|
||||||
|
title="无线配对"
|
||||||
|
width="600"
|
||||||
|
append-to-body
|
||||||
|
destroy-on-close
|
||||||
|
>
|
||||||
<div class="text-red-500 text-sm pb-8 pl-4">
|
<div class="text-red-500 text-sm pb-8 pl-4">
|
||||||
注意:可以在 开发者选项 -> 无线调试(可以点进去) -> 使用配对码配对设备 中获取以下信息
|
注意:可以在 开发者选项 -> 无线调试(可以点进去) -> 使用配对码配对设备
|
||||||
|
中获取以下信息
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-form ref="elForm" :model="formData" label-width="100px">
|
<el-form ref="elForm" :model="formData" label-width="100px">
|
||||||
@ -10,7 +17,12 @@
|
|||||||
prop="host"
|
prop="host"
|
||||||
:rules="[{ required: true, message: '配对码不能为空' }]"
|
:rules="[{ required: true, message: '配对码不能为空' }]"
|
||||||
>
|
>
|
||||||
<el-input v-model="formData.host" placeholder="请输入配对IP地址" class="" clearable>
|
<el-input
|
||||||
|
v-model="formData.host"
|
||||||
|
placeholder="请输入配对IP地址"
|
||||||
|
class=""
|
||||||
|
clearable
|
||||||
|
>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user