Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vux 2.5.8 popup-picker 打开的话后面都缩到一边 #1867

Closed
2nthony opened this issue Aug 23, 2017 · 2 comments
Closed

vux 2.5.8 popup-picker 打开的话后面都缩到一边 #1867

2nthony opened this issue Aug 23, 2017 · 2 comments

Comments

@2nthony
Copy link

2nthony commented Aug 23, 2017

作者你好!

image
以上是版本信息


初始一个版本

image
image

<template>
  <div>
    <div class="vux-demo">
      <img class="logo" src="../assets/vux_logo.png">
      <h1> </h1>
    </div>
    <group title="cell demo">
      <cell title="VUX" value="cool" is-link></cell>
      <popup-picker title="popup" :data="popup"></popup-picker>
    </group>
  </div>
</template>

<script>
import { Group, Cell, PopupPicker } from 'vux'

export default {
  components: {
    Group,
    Cell,
    PopupPicker
  },
  data () {
    return {
      msg: 'Hello World!',
      popup: [
        [1, 2, 3, 4]
      ]
    }
  }
}
</script>

<style>
.vux-demo {
  text-align: center;
}
.logo {
  width: 100px;
  height: 100px
}
</style>

谢谢.

@airyland
Copy link
Owner

Show me code, please.

@wg5945
Copy link
Collaborator

wg5945 commented Aug 24, 2017

感谢反馈,下个版本修复

不过一般默认都会设置body为width:100%的吧,呵呵

@wg5945 wg5945 closed this as completed Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants