vue-swipe icon indicating copy to clipboard operation
vue-swipe copied to clipboard

请问如何自动高度

Open page-xia opened this issue 9 years ago • 4 comments

容器无法自适应高度

page-xia avatar Jun 13 '16 08:06 page-xia

手动给外层 加一个class

   <swipe class="my-swipe">

然后设置

.my-swipe {
  width: 100%;
  position:relative;
  height: 650px;
}

即可。

markyun avatar Oct 30 '16 11:10 markyun

同问容器无法自适应高度 @markyun 这样设置height不就是写死了吗 怎么能自适应呢

pangmr avatar Nov 17 '16 03:11 pangmr

是啊,怎么让高度适应浏览器高度

danielmlc avatar Dec 28 '16 06:12 danielmlc

@danielmlc 好像木有办法!~_~

twoer avatar Mar 15 '17 03:03 twoer