mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: 减小 Excel 默认单元格的 padding 大小
This commit is contained in:
parent
12a999f4ed
commit
cb6feedae3
@ -62,7 +62,7 @@
|
|||||||
"moment": "^2.19.4",
|
"moment": "^2.19.4",
|
||||||
"moment-timezone": "^0.5.34",
|
"moment-timezone": "^0.5.34",
|
||||||
"mpegts.js": "^1.6.10",
|
"mpegts.js": "^1.6.10",
|
||||||
"office-viewer": "^0.3.10",
|
"office-viewer": "^0.3.11",
|
||||||
"prop-types": "^15.6.1",
|
"prop-types": "^15.6.1",
|
||||||
"qrcode.react": "^3.1.0",
|
"qrcode.react": "^3.1.0",
|
||||||
"react-cropper": "^2.1.8",
|
"react-cropper": "^2.1.8",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "office-viewer",
|
"name": "office-viewer",
|
||||||
"version": "0.3.10",
|
"version": "0.3.11",
|
||||||
"description": "office 文档在线预览",
|
"description": "office 文档在线预览",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "esm/index.js",
|
"module": "esm/index.js",
|
||||||
|
@ -12,7 +12,7 @@ export const AUTO_COLOR = '#000000';
|
|||||||
/**
|
/**
|
||||||
* 单元格的 padding
|
* 单元格的 padding
|
||||||
*/
|
*/
|
||||||
export const PADDING_SIZE = 4;
|
export const PADDING_SIZE = 2;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 最长列数,从 0 开始
|
* 最长列数,从 0 开始
|
||||||
|
Loading…
Reference in New Issue
Block a user