浏览代码

fix:混合表格样式增加对齐方式

zqbao 6 月之前
父节点
当前提交
62885f6d89
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/data_manage/excel/request/mixed_table.go

+ 1 - 0
models/data_manage/excel/request/mixed_table.go

@@ -141,6 +141,7 @@ type MixCellShowStyle struct {
 	Last            string      `description:"起始操作:nt|decimal"`
 	Color           string      `description:"颜色值,#RRG" json:"color"`
 	BackgroundColor string      `description:"背景颜色值,#RRG" json:"background-color"`
+	Align           string      `description:"对齐方式:left|center|right" json:"align"`
 }
 
 type DateDataBeforeAfterReq struct {