Ver Fonte

Merge branch 'bzq/mix_table_style' of eta_server/eta_chart_lib into debug

鲍自强 há 6 meses atrás
pai
commit
3609127a8a
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      services/excel/lucky_sheet.go

+ 3 - 0
services/excel/lucky_sheet.go

@@ -1221,10 +1221,13 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
 					switch styleConfig.Align {
 					case "center":
 						tmp.HorizontalType = 0
+						tmp.Ht = 0
 					case "left":
 						tmp.HorizontalType = 1
+						tmp.Ht = 1
 					case "right":
 						tmp.HorizontalType = 2
+						tmp.Ht = 2
 					}
 					tmp.Monitor = cell.ShowFormatValue
 					tmpShowValue, err := strconv.ParseFloat(cell.Value, 64)