浏览代码

邮件附件宽度修改

xingzai 3 年之前
父节点
当前提交
c89275cc3a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      services/activity.go

+ 2 - 0
services/activity.go

@@ -456,6 +456,7 @@ func SendEmailFileForAskMsgResearch(cont context.Context) (err error) {
 		}
 		//设置宽度
 		_ = sheet.SetColWidth(1, 1, 30)
+		_ = sheet.SetColWidth(2, 2, 60)
 		//标头
 		rowTitle := sheet.AddRow()
 		cellA := rowTitle.AddCell()
@@ -591,6 +592,7 @@ func SendEmailFileForAskMsg(cont context.Context) (err error) {
 		}
 		//设置宽度
 		_ = sheet.SetColWidth(1, 1, 30)
+		_ = sheet.SetColWidth(2, 2, 60)
 		//标头
 		rowTitle := sheet.AddRow()
 		cellA := rowTitle.AddCell()