代码改变世界

小程序悬浮可移动按钮(taro框架)

2020-12-07 12:19  小罗世界  阅读(1618)  评论(0编辑  收藏  举报
不用自己再去计算按钮的位置直接使用 class App extends Components { render () { return ( <MovableArea style='height: 200px; width: 200px; background: red;'> <MovableView