Results 3 issues of gaollg

**描述这个bug** Select 不能移除失效数据 **重现步骤** 1、打开 https://www.heyui.top/run 2、粘贴如下代码运行 ``` 选中值:{{select}} 修改值 export default { data() { return { select: [-1, 0], param: { 0: '选择1', 2: '选择2', 3: '选择3' } };...

优化

Hello there:      My Chrome "developer tools" (devtools) are fixed size and can't be changed with the mouse to change the width and height. Google Chrome Version: 77.0.3865.120 ![image](https://user-images.githubusercontent.com/2359462/66661224-35d72180-ec79-11e9-9c29-37e49954c7c9.png)

### What problem does this feature solve?(这个功能解决的问题) AppStore 上架必须兼容平板,在手机下使用滑动出现菜单,在平板上期望,直接将菜单展示出来,方便用户操作,而又没有滚动挡住任何内容。 ### What does the proposed API look like?(期望的 API) ``` jsx //滑动显示|隐藏|显示,三种模式即可。至于响应用式,则由用户去适配。 //或者滑动方式,在现有的滚动类型下,再增加修改宽度/覆盖其上方式。 ```

welcome PR