update
This commit is contained in:
Binary file not shown.
@@ -1002,8 +1002,8 @@
|
||||
filePath = "OrderScheduling/Rescue/ViewController/RescuePhotoController.swift"
|
||||
startingColumnNumber = "9223372036854775807"
|
||||
endingColumnNumber = "9223372036854775807"
|
||||
startingLineNumber = "139"
|
||||
endingLineNumber = "139"
|
||||
startingLineNumber = "140"
|
||||
endingLineNumber = "140"
|
||||
landmarkName = "viewDidLoad()"
|
||||
landmarkType = "7">
|
||||
</BreakpointContent>
|
||||
|
||||
@@ -284,7 +284,7 @@ open class HistoryController : ZDViewController {
|
||||
// 指示器
|
||||
let indicator = JXCategoryIndicatorLineView()
|
||||
indicator.indicatorColor = .hex("3678FF")
|
||||
indicator.indicatorWidth = JXCategoryViewAutomaticDimension
|
||||
indicator.indicatorWidth = auto(18)
|
||||
indicator.verticalMargin = 7
|
||||
categoryView.indicators = [indicator]
|
||||
|
||||
|
||||
@@ -136,6 +136,7 @@ open class RescuePhotoController : ZDViewController {
|
||||
make.height.equalTo(rescuePhotoView.largeImageView)
|
||||
}
|
||||
|
||||
rescuePhotoView.collectionView.backgroundColor = .hex("000000")
|
||||
rescuePhotoView.collectionView.delegate = self
|
||||
rescuePhotoView.collectionView.dataSource = self
|
||||
rescuePhotoView.collectionView.register(RescuePendingDispatchPhotoCell.self, forCellWithReuseIdentifier: "cell")
|
||||
|
||||
Reference in New Issue
Block a user