Merge pull request #10067 from nwind/fix-excel-padding

chore: 减小 Excel 默认单元格的 padding 大小
This commit is contained in:
张涛 2024-04-29 10:52:11 +08:00 committed by GitHub
commit be364f917c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@
"moment": "^2.19.4",
"moment-timezone": "^0.5.34",
"mpegts.js": "^1.6.10",
"office-viewer": "^0.3.10",
"office-viewer": "^0.3.11",
"prop-types": "^15.6.1",
"qrcode.react": "^3.1.0",
"react-cropper": "^2.1.8",

View File

@ -1,6 +1,6 @@
{
"name": "office-viewer",
"version": "0.3.10",
"version": "0.3.11",
"description": "office 文档在线预览",
"main": "lib/index.js",
"module": "esm/index.js",

View File

@ -12,7 +12,7 @@ export const AUTO_COLOR = '#000000';
/**
* padding
*/
export const PADDING_SIZE = 4;
export const PADDING_SIZE = 2;
/**
* 0