Browse Source

fix:删除混合表格无用参数

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

+ 0 - 1
models/request/mixed_table.go

@@ -167,7 +167,6 @@ 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 {