style(X-Pack): 修改密码表单内间距值错误

This commit is contained in:
fit2cloud-chenyw
2024-03-06 13:14:34 +08:00
parent 16fdc882a6
commit 5d1bb3798e
2 changed files with 8 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ const save = () => {
placeholder="请输入确认密码"
/>
</el-form-item>
<el-button style="margin-top: 12px" @click="save" type="primary">
<el-button @click="save" type="primary">
{{ t('common.save') }}
</el-button>
</el-form>
@@ -136,5 +136,11 @@ const save = () => {
<style lang="less" scoped>
.mt16 {
margin-top: 16px;
.ed-form-item {
margin-bottom: 16px;
:deep(label) {
line-height: 22px !important;
}
}
}
</style>