Skip to content

Commit

Permalink
feat:车牌组件弹窗样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
weishuodan committed Jan 5, 2024
1 parent 64d10e4 commit 87e0519
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 87e0519

Please sign in to comment.