xingzai 2 ani în urmă
părinte
comite
1969e521f9
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      controllers/activity.go

+ 6 - 0
controllers/activity.go

@@ -3200,8 +3200,14 @@ func (this *ActivityCoAntroller) LabelTypeListV5() {
 		}
 		if position == 1 {
 			leftPx += basicsHeight + rowHeight*lenList
+			if lenList > 8 {
+				lenList = leftPx - 41
+			}
 		} else {
 			rightPx += basicsHeight + rowHeight*lenList
+			if lenList > 8 {
+				lenList = leftPx - 41
+			}
 		}
 	}