1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

fix: Date field range distorts field list. (#891)

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
This commit is contained in:
Edwin Betancourt 2021-05-31 18:46:35 -04:00 committed by GitHub
parent 3479b6f8c4
commit 9ceb7eafa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,6 +385,13 @@ export default {
margin-right: 10px;
}
/**
* Maximum height to avoid distorting the field list
*/
.el-form-item__content {
max-height: 36px !important;
}
/**
* Reduce the spacing between the form element and its label
*/