Browse Source

no message

xingzai 2 years ago
parent
commit
1969e521f9
1 changed files with 6 additions and 0 deletions
  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
+			}
 		}
 	}