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.cjs.js
CHANGED
|
@@ -866,7 +866,7 @@ const BusinessUtils = {
|
|
|
866
866
|
*/
|
|
867
867
|
const setFontSizeFamily = (row, col, isValueCell = false) => {
|
|
868
868
|
const cellObj = sheet.getCell(row, col);
|
|
869
|
-
cellObj.fontFamily('宋体').fontSize('9pt').fontStyle('
|
|
869
|
+
cellObj.fontFamily('宋体').fontSize('9pt').fontStyle('undefined').cellPadding(`0 0 0 ${valuePaddingLeft}`);
|
|
870
870
|
// 值单元格的时候,居左显示
|
|
871
871
|
if (isValueCell) {
|
|
872
872
|
cellObj.hAlign(valueAlign == 'left'
|