feat:车牌组件弹窗样式优化
This commit is contained in:
parent
87e0519e5f
commit
bfecb338e0
|
@ -505,10 +505,12 @@ export default {
|
|||
.md-license-plate-input-container{
|
||||
&.popUp{
|
||||
background: #fff;
|
||||
padding: 20px 40px 0px;
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue