自己用movable-area和movable-view想实现悬浮按钮可拖拽,默认是放在右下角,如下:
horizontal: 'right',
vertical: 'bottom',
direction: 'vertical',
但是发现用了moveable后,展开方式就不对了,注释了下边这部分代码就出现了,当没展开菜单时正常(图1,2),展开后下边就超出了(图3,4),请问下可以怎么设置?
.uni-fab {
// position: fixed;
// /* #ifndef APP-NVUE */
// display: flex;
// /* #endif */
// justify-content: center;
// align-items: center;
// z-index: 10;
}