Skip to content

Commit

Permalink
fix: 작부작성 시 메모 위치 변경 (#75)
Browse files Browse the repository at this point in the history
- 맨 하단에서 시간 항목 아래로 이동
  • Loading branch information
Siwon-L authored Oct 14, 2024
1 parent c796646 commit 00e8a51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ final class CreateManualLedgerVC: BaseVC, View {

flex.addItem(dateTextField).marginBottom(24)
flex.addItem(timeTextField).marginBottom(24)
flex.addItem(memoTextView).marginBottom(24)
switch startingType {
case .ocrResultEdit:
flex.addItem(memoTextView).marginBottom(24)
Expand All @@ -245,8 +246,6 @@ final class CreateManualLedgerVC: BaseVC, View {

flex.addItem(UILabel().text("증빙 자료 (최대 12장)", font: Fonts.body._2, color: Colors.Gray._6))
flex.addItem(documentCollectionView).marginBottom(24).marginRight(-8)

flex.addItem(memoTextView).marginBottom(24)
}
flex.addItem().alignItems(.start).define { flex in
flex.addItem(writerTitleLabel).marginBottom(8)
Expand Down

0 comments on commit 00e8a51

Please sign in to comment.