浏览代码

no message

xingzai 2 年之前
父节点
当前提交
1969e521f9
共有 1 个文件被更改,包括 6 次插入0 次删除
  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
+			}
 		}
 	}