|
@@ -1055,7 +1055,7 @@ func GetTableDataByCustomData(excelType int, data request.TableDataReq) (selfTab
|
|
|
firstCol = append(firstCol, LuckySheetDataValue{
|
|
|
Value: v.DataTime,
|
|
|
Monitor: v.DataTime,
|
|
|
- Background: "#dcdfe6",
|
|
|
+ Background: "#efeef1",
|
|
|
FontColor: "#666666",
|
|
|
MergeCell: LuckySheetDataConfigMerge{},
|
|
|
})
|
|
@@ -1066,7 +1066,7 @@ func GetTableDataByCustomData(excelType int, data request.TableDataReq) (selfTab
|
|
|
firstCol = append(firstCol, LuckySheetDataValue{
|
|
|
Value: textColList[0].Value,
|
|
|
Monitor: textColList[0].ShowValue,
|
|
|
- Background: "#dcdfe6",
|
|
|
+ Background: "#efeef1",
|
|
|
FontColor: "#666666",
|
|
|
MergeCell: LuckySheetDataConfigMerge{},
|
|
|
})
|