@@ -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