perf: update default itemHeight
parent
8a570fd653
commit
3ff07fa8d4
|
@ -199,7 +199,7 @@ export default defineComponent({
|
||||||
selectable,
|
selectable,
|
||||||
fieldNames = props.replaceFields,
|
fieldNames = props.replaceFields,
|
||||||
motion = props.openAnimation,
|
motion = props.openAnimation,
|
||||||
itemHeight = 20,
|
itemHeight = 28,
|
||||||
} = props;
|
} = props;
|
||||||
const newProps = {
|
const newProps = {
|
||||||
...attrs,
|
...attrs,
|
||||||
|
|
Loading…
Reference in New Issue