mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
parent
671cfcc06d
commit
39dde3f829
@ -62,7 +62,7 @@
|
||||
"moment": "^2.19.4",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"mpegts.js": "^1.6.10",
|
||||
"office-viewer": "^0.3.8",
|
||||
"office-viewer": "^0.3.9",
|
||||
"prop-types": "^15.6.1",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react-cropper": "^2.1.8",
|
||||
@ -244,4 +244,4 @@
|
||||
"react-dom": ">=16.8.6"
|
||||
},
|
||||
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "office-viewer",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.9",
|
||||
"description": "office 文档在线预览",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
|
@ -137,7 +137,7 @@ export function getViewPointData(
|
||||
yOffset += getRowHeight(i);
|
||||
}
|
||||
|
||||
y == yOffset;
|
||||
y -= yOffset;
|
||||
|
||||
const value = getSheetRowData(startRow)[startCol];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user