|
@@ -1271,6 +1271,9 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
|
|
|
tmp.HorizontalType = 2
|
|
|
tmp.Ht = 2
|
|
|
}
|
|
|
+ if styleConfig.FontSize != "" {
|
|
|
+ tmp.Fs = styleConfig.FontSize
|
|
|
+ }
|
|
|
tmp.Monitor = cell.ShowFormatValue
|
|
|
// 如果没有showValue, 则使用value
|
|
|
if cell.ShowValue == "" {
|