Skip to content

Commit 09d1c06

Browse files
committed
空白页提示语的字号改为15号字
1 parent eadd0c6 commit 09d1c06

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Util/OC_Category/UIView+Common.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ - (void)configWithType:(EaseBlankPageType)blankPageType hasData:(BOOL)hasData ha
432432
_tipLabel = [[UILabel alloc] initWithFrame:CGRectZero];
433433
_tipLabel.backgroundColor = [UIColor clearColor];
434434
_tipLabel.numberOfLines = 0;
435-
_tipLabel.font = [UIFont systemFontOfSize:17];
435+
_tipLabel.font = [UIFont systemFontOfSize:15];
436436
_tipLabel.textColor = [UIColor lightGrayColor];
437437
_tipLabel.textAlignment = NSTextAlignmentCenter;
438438
[self addSubview:_tipLabel];

Coding_iOS/Vendor/KxMenu/KxMenu.m

100755100644
File mode changed.

0 commit comments

Comments
 (0)