rapid-spreadjs 1.0.150 → 1.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/dist/types/business.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -844,7 +844,7 @@ const BusinessUtils = {
|
|
|
844
844
|
*/
|
|
845
845
|
const setFontSizeFamily = (row, col, isValueCell = false) => {
|
|
846
846
|
const cellObj = sheet.getCell(row, col);
|
|
847
|
-
cellObj.fontFamily('宋体').fontSize('9pt').fontStyle('
|
|
847
|
+
cellObj.fontFamily('宋体').fontSize('9pt').fontStyle('undefined').cellPadding(`0 0 0 ${valuePaddingLeft}`);
|
|
848
848
|
// 值单元格的时候,居左显示
|
|
849
849
|
if (isValueCell) {
|
|
850
850
|
cellObj.hAlign(valueAlign == 'left'
|