查看报备的按钮样式修改
This commit is contained in:
@@ -1726,7 +1726,7 @@ class RescueIsIngCell : DDTableViewCell {
|
||||
reportButton.setTitleColor(.hex("FFFFFF"), for: .normal)
|
||||
reportDetailButton = DDButton.dd_initCustom()
|
||||
reportDetailButton.titleLabel?.font = .mediumFont(13)
|
||||
reportDetailButton.setTitleColor(.hex("FFFFFF"), for: .normal)
|
||||
reportDetailButton.setTitleColor(.hex("000000").alpha(0.7), for: .normal)
|
||||
disposeBag = DisposeBag()
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
|
||||
@@ -1760,9 +1760,9 @@ class RescueIsIngCell : DDTableViewCell {
|
||||
reportButton.layer.masksToBounds = true
|
||||
reportButton.backgroundColor = .hex("2A5094")
|
||||
radiusView.addSubview(reportButton)
|
||||
reportDetailButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor
|
||||
reportDetailButton.layer.borderWidth = 1
|
||||
reportDetailButton.layer.cornerRadius = auto(4)
|
||||
reportDetailButton.layer.masksToBounds = true
|
||||
reportDetailButton.backgroundColor = .hex("2A5094")
|
||||
radiusView.addSubview(reportDetailButton)
|
||||
|
||||
radiusView.snp.makeConstraints { make in
|
||||
|
||||
Reference in New Issue
Block a user