콘텐츠 그리드 리스트
- 아이템 상하 간격 16으로 변경
This commit is contained in:
@@ -93,7 +93,7 @@ struct ContentNewAllItemView: View {
|
||||
}
|
||||
.frame(width: width)
|
||||
.onAppear {
|
||||
width = (screenSize().width - 54) / 3
|
||||
width = (screenSize().width - 42) / 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user