mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[bugfix] Popup overlayClass type (#374)
This commit is contained in:
@@ -44,7 +44,7 @@ Use `position` prop to set popup display position
|
||||
| lockOnScroll | Lock body scroll | `Boolean` | `false` | - |
|
||||
| position | Position | `String` | - | `top` `bottom` `right` `left` |
|
||||
| overlayClass | Custom overlay class | `String` | `` | - |
|
||||
| overlayStyle | Custom overlay style | `Object` | `` | - |
|
||||
| overlayStyle | Custom overlay style | `Object` | - | - |
|
||||
| closeOnClickOverlay | Close popup when click overlay | `Boolean` | `true` | - |
|
||||
| transition | Transition | `String` | `popup-slide` | - |
|
||||
| preventScroll | Prevent background scroll | `Boolean` | `false` | - |
|
||||
|
||||
@@ -58,7 +58,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="postcss">
|
||||
@import '../../../packages/vant-css/src/common/var';
|
||||
@import '../../../packages/vant-css/src/common/var.css';
|
||||
|
||||
.side-nav {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user