Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng0748 committed Jan 5, 2024
2 parents d7dcf4b + 913ffe4 commit a222451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Dialog.alert = ({
*/
Dialog.succeed = props => {
props.icon = 'success-color'
props.iconSvg = true
return Dialog.confirm(props)
}

Expand All @@ -185,6 +186,7 @@ Dialog.succeed = props => {
*/
Dialog.failed = props => {
props.icon = 'warn-color'
props.iconSvg = true
return Dialog.confirm(props)
}

Expand Down
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 a222451

Please sign in to comment.