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

页面宽度不为100% #1

Open
xiashuang5112 opened this issue Oct 11, 2019 · 1 comment
Open

页面宽度不为100% #1

xiashuang5112 opened this issue Oct 11, 2019 · 1 comment

Comments

@xiashuang5112
Copy link

文件路径: src\carousel.vue

@xiashuang5112
Copy link
Author

  <div ref="container" class="carousel-container" :class="{'vertical': type != 'h'}" style="width:100;height:100%;position:relative">
    <vue-scroll class="carousel-vs" :ops="ops" ref="vs" @handle-scroll-complete="hSC" @handle-resize="handleResize">
      <slot>
      </slot>
    </vue-scroll>
    <slot name="indicator" v-if="indicator">
      <TheIndicator @dot-click="goToPage" :type="type" :num="realNodesWithoutCloneLen" :currenIndex="internalActiveIndex" />
    </slot>
  </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant