💄 优化配置页面显示

This commit is contained in:
刘嘉伟 2024-08-16 23:04:58 +08:00
parent c8e99a1dc4
commit 3c9db3dc9f

View File

@ -324,7 +324,13 @@ onUnmounted(() => {
> >
<el-row :gutter="10"> <el-row :gutter="10">
<el-col :span="24"> <el-col :span="24">
<el-form-item label="选择版本:" prop="currentVersion"> <div class="h2 flex justify-between">
<div>版本选择</div>
</div>
</el-col>
<el-col :span="24">
<el-form-item label="Frp版本" prop="currentVersion">
<el-select <el-select
v-model="formData.currentVersion" v-model="formData.currentVersion"
class="w-full" class="w-full"