private let dataLabel = UILabel().then {
$0.font = UIFont.kep_digitalBoldSize(18)
$0.textColor = .white
$0.numberOfLines = 1
$0.adjustsFontSizeToFitWidth = true // 设置允许自动缩放
$0.minimumScaleFactor = 0.70 // 缩放比例
}