|
@@ -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 // 当鼠标移到行时,是否要高亮当前行
|