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:
parent
3479b6f8c4
commit
9ceb7eafa1
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user