mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-08 16:15:07 +08:00
perf: vxe height
This commit is contained in:
@ -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 // 当鼠标移到行时,是否要高亮当前行
|
||||
|
Reference in New Issue
Block a user