mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #8369 from dataease/pr@dev-v2@style_modify_pwd_form
style(X-Pack): 修改密码表单内间距值错误
This commit is contained in:
@@ -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
Submodule de-xpack updated: 9541a17043...e70b0e2daf
Reference in New Issue
Block a user