Browse Source

fix:表格对齐

zqbao 4 months ago
parent
commit
3d72813b77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/request/mixed_table.go

+ 1 - 0
models/request/mixed_table.go

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