mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
style: 修改 pgsql 页面密码字段样式 (#3559)
This commit is contained in:
parent
009919f927
commit
3ffae2a9d4
2 changed files with 8 additions and 12 deletions
|
@ -37,12 +37,10 @@
|
|||
<el-form-item :label="$t('commons.login.password')" :rules="Rules.paramComplexity" prop="password">
|
||||
<el-input type="password" show-password clearable v-model="form.password">
|
||||
<template #append>
|
||||
<el-button-group>
|
||||
<CopyButton :content="form.password" />
|
||||
<el-button @click="random">
|
||||
{{ $t('commons.button.random') }}
|
||||
</el-button>
|
||||
</el-button-group>
|
||||
<CopyButton :content="form.password" />
|
||||
<el-button @click="random" class="p-ml-5">
|
||||
{{ $t('commons.button.random') }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
|
|
@ -26,12 +26,10 @@
|
|||
<el-form-item :label="$t('commons.login.password')" :rules="Rules.paramComplexity" prop="password">
|
||||
<el-input type="password" show-password clearable v-model="form.password">
|
||||
<template #append>
|
||||
<el-button-group>
|
||||
<CopyButton :content="form.password" />
|
||||
<el-button @click="random">
|
||||
{{ $t('commons.button.random') }}
|
||||
</el-button>
|
||||
</el-button-group>
|
||||
<CopyButton :content="form.password" />
|
||||
<el-button @click="random" class="p-ml-5">
|
||||
{{ $t('commons.button.random') }}
|
||||
</el-button>
|
||||
</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
|
Loading…
Add table
Reference in a new issue