样式优化

This commit is contained in:
xaoxuu 2022-07-28 13:05:29 +08:00
parent 014e9abdbe
commit 0d73b11736
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ internal extension Alert {
contentEdgeInsets = .init(top: pd*1.5, left: pd*1.5, bottom: pd*1.5, right: pd*1.5) contentEdgeInsets = .init(top: pd*1.5, left: pd*1.5, bottom: pd*1.5, right: pd*1.5)
} else { } else {
backgroundColor = .clear backgroundColor = .clear
contentEdgeInsets = .init(top: pd*0.5, left: pd*1.5, bottom: pd*0.5, right: pd*1.5) contentEdgeInsets = .init(top: pd*1, left: pd*1.5, bottom: pd*1, right: pd*1.5)
} }
switch style { switch style {
case .default: case .default: