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 87e0519 commit bfecb33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions components/license-plate/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,12 @@ export default {
.md-license-plate-input-container{
&.popUp{
background: #fff;
padding: 20px 40px 0px;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
padding: 20px 40px 40px;
}
}
.md-popup-box.md-slide-up{
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}
</style>
Expand Down

0 comments on commit bfecb33

Please sign in to comment.