mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 优化代码
This commit is contained in:
parent
b06924b81e
commit
6ad9bd83a2
|
|
@ -11,13 +11,12 @@
|
|||
top="25vh"
|
||||
center
|
||||
:modal="true"
|
||||
@click.stop
|
||||
>
|
||||
<el-form ref="FormRef" :model="form" @submit.prevent="validator" @click.stop>
|
||||
<el-form ref="FormRef" :model="form" @submit.prevent="validator">
|
||||
<el-form-item prop="value" :rules="rules.value">
|
||||
<el-input show-password v-model="form.value" />
|
||||
</el-form-item>
|
||||
<el-button class="w-full mt-8" type="primary" @click.stop="validator" :loading="loading"
|
||||
<el-button class="w-full mt-8" type="primary" @click="validator" :loading="loading"
|
||||
>确定</el-button
|
||||
>
|
||||
</el-form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue