forked from github/dataease
style(X-Pack): 修改密码表单内间距值错误
This commit is contained in:
parent
16fdc882a6
commit
5d1bb3798e
@ -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>
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 9541a17043ba16e9cb4e57b4ba8063d097a0581f
|
||||
Subproject commit e70b0e2dafcbe52128859af2127985eea2eb5732
|
Loading…
Reference in New Issue
Block a user