iOS: update ui of performance waterfall

This commit is contained in:
pengfei.zhou 2021-07-23 15:39:12 +08:00 committed by osborn
parent 7a94ef0a53
commit 0a1dad1b10

View File

@ -151,7 +151,7 @@ - (void)refreshUI:(DoricDevAnchorItem *)anchorItem {
[self.argumentName also:^(UILabel *it) {
it.hidden = NO;
it.text = params;
it.text = [params stringByReplacingOccurrencesOfString:@"\n" withString:@"\t"];
it.width = self.expandedView.width - 15;
it.height = 16;
it.left = 15;