浏览代码

Merge branch '8.3' into debug

Roc 2 年之前
父节点
当前提交
804944ddcd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/excel/lucky_sheet.go

+ 1 - 1
services/excel/lucky_sheet.go

@@ -181,7 +181,7 @@ type LuckySheetDataValue struct {
 	FontColor      string                    `json:"fc" description:"字体颜色,示例值:#fff000" `
 	Bold           int                       `json:"bl" description:"粗体,0 常规 、 1加粗	"`
 	Italic         int                       `json:"it" description:"斜体,0 常规 、 1 斜体"`
-	Fontsize       string                    `json:"fs" description:"字体大小,14"`
+	Fontsize       int                       `json:"fs" description:"字体大小,14"`
 	CancelLine     int                       `json:"cl" description:"删除线,	0 常规 、 1 删除线"`
 	HorizontalType string                    `json:"ht" description:"水平对齐,	0 居中、1 左、2右"`
 	VerticalType   string                    `json:"vt" description:"垂直对齐,	0 中间、1 上、2下"`