查看报备的按钮样式修改
This commit is contained in:
Binary file not shown.
@@ -1726,7 +1726,7 @@ class RescueIsIngCell : DDTableViewCell {
|
|||||||
reportButton.setTitleColor(.hex("FFFFFF"), for: .normal)
|
reportButton.setTitleColor(.hex("FFFFFF"), for: .normal)
|
||||||
reportDetailButton = DDButton.dd_initCustom()
|
reportDetailButton = DDButton.dd_initCustom()
|
||||||
reportDetailButton.titleLabel?.font = .mediumFont(13)
|
reportDetailButton.titleLabel?.font = .mediumFont(13)
|
||||||
reportDetailButton.setTitleColor(.hex("FFFFFF"), for: .normal)
|
reportDetailButton.setTitleColor(.hex("000000").alpha(0.7), for: .normal)
|
||||||
disposeBag = DisposeBag()
|
disposeBag = DisposeBag()
|
||||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||||
|
|
||||||
@@ -1760,9 +1760,9 @@ class RescueIsIngCell : DDTableViewCell {
|
|||||||
reportButton.layer.masksToBounds = true
|
reportButton.layer.masksToBounds = true
|
||||||
reportButton.backgroundColor = .hex("2A5094")
|
reportButton.backgroundColor = .hex("2A5094")
|
||||||
radiusView.addSubview(reportButton)
|
radiusView.addSubview(reportButton)
|
||||||
|
reportDetailButton.layer.borderColor = UIColor.hex("DDDDDD").cgColor
|
||||||
|
reportDetailButton.layer.borderWidth = 1
|
||||||
reportDetailButton.layer.cornerRadius = auto(4)
|
reportDetailButton.layer.cornerRadius = auto(4)
|
||||||
reportDetailButton.layer.masksToBounds = true
|
|
||||||
reportDetailButton.backgroundColor = .hex("2A5094")
|
|
||||||
radiusView.addSubview(reportDetailButton)
|
radiusView.addSubview(reportDetailButton)
|
||||||
|
|
||||||
radiusView.snp.makeConstraints { make in
|
radiusView.snp.makeConstraints { make in
|
||||||
|
|||||||
@@ -5,17 +5,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000206">
|
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000216">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="1: gym" time="85.085604">
|
<testcase classname="fastlane.lanes" name="1: gym" time="74.855427">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|
||||||
<testcase classname="fastlane.lanes" name="2: pgyer" time="20.458999">
|
<testcase classname="fastlane.lanes" name="2: pgyer" time="14.69913">
|
||||||
|
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user