💄 优化表单视觉显示.

This commit is contained in:
lijiahang
2024-04-18 14:56:01 +08:00
parent 83ceb0e1e5
commit 33cfb13342
30 changed files with 163 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
<template>
<a-modal v-model:visible="visible"
body-class="modal-form"
body-class="modal-form-large"
title-align="start"
title="重置密码"
:top="120"
@@ -17,8 +17,7 @@
ref="formRef"
label-align="right"
:rules="rules"
:label-col-props="{ span: 5 }"
:wrapper-col-props="{ span: 18 }">
:auto-label-width="true">
<!-- 密码 -->
<a-form-item field="beforePassword" label="原始密码">
<a-input-password v-model="formModel.beforePassword" placeholder="请输入原始密码" />