xuzhiheng 5 năm trước cách đây
mục cha
commit
20accbc79a
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/history/util_history.go

+ 0 - 4
src/history/util_history.go

@@ -833,10 +833,6 @@ func GetXlsxs(mMap []map[string]interface{}, fn, email, id string, isfile bool)
 			style.Font.Bold = true
 			style.Alignment.Vertical = "center"
 			style.Alignment.Horizontal = "center"
-			styleleft := xlsx.NewStyle()
-			styleleft.Alignment.Horizontal = "left"
-			styleright := xlsx.NewStyle()
-			styleright.Alignment.Horizontal = "right"
 			if dataType == 1 {
 				sh := xf.Sheets[0]
 				if isfile {