Skip to content

Commit

Permalink
Merge pull request #848 from wsd000/feat_icon_optimized
Browse files Browse the repository at this point in the history
车牌号键盘样式优化
  • Loading branch information
qifeng0748 authored Jan 5, 2024
2 parents 398d508 + 87e0519 commit 913ffe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/license-plate/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,9 @@ export default {
.md-license-plate-input-container{
&.popUp{
background: #fff;
padding: 20px 40px 40px;
padding: 20px 40px 0px;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}
}
Expand Down

0 comments on commit 913ffe4

Please sign in to comment.