feat(Style): add van-safe-area-bottom util class (#9205)
* feat(Style): add van-safe-area-bottom class * chore: update test cases
This commit is contained in:
@@ -86,7 +86,7 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
const renderBottom = () => (
|
||||
<div class={bem('bottom')}>
|
||||
<div class={[bem('bottom'), 'van-safe-area-bottom']}>
|
||||
<Button
|
||||
round
|
||||
block
|
||||
|
||||
Reference in New Issue
Block a user