Browse Source

word/excel导出PDF与PDF合并开发

anderx 5 months ago
parent
commit
5d0646cebd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

+ 1 - 1
src/main/java/com/goafanti/common/utils/pdf/PDFUtils.java

@@ -261,7 +261,7 @@ public class PDFUtils {
                 float[] columnWidths = new float[columnCount];
                 for (int j = 0; j < columnCount; j++) {
                     if (j==1||j==0){
-                        columnWidths[j] = 50f;
+                        columnWidths[j] = 30f;
                     }else {
                         columnWidths[j] = 10f;
                     }