perf: vxe height

This commit is contained in:
xingyu4j 2022-11-18 18:06:57 +08:00
parent aaab618493
commit f158d4c6ad

View File

@ -46,7 +46,7 @@ export const useVxeGrid = <T = any>(config?: UseVxeGridConfig<T>) => {
const gridOptions = reactive<VxeGridProps>({
loading: true,
size: currentSize as any,
height: 800,
height: 730, // 1080高度
rowConfig: {
isCurrent: true, // 当鼠标点击行时,是否要高亮当前行
isHover: true // 当鼠标移到行时,是否要高亮当前行