浏览代码

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

zqbao 5 月之前
父节点
当前提交
3db16fba23
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {