xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
1969e521f9
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
+			}
 		}
 	}