jymr92

Results 17 issues of jymr92

软件多次观看电影后,次数不确定,再看其他电影,一直转圈,打不开电影。 通过“重置”功能可以解决问题。 **环境:** -操作系统及版本:macOS 11.4 (20F71) -软件安装包及版本:2.8.4

bug

我收到新消息都有声音或者震动提示。 为什么收到新工单通知,没有声音或者震动提示?

### Version, approach of installation, operating system 1. What version of v2rayA are you using? 1.5.6.2 2. What approach of installation do you install V2rayA? 3. What is your operating...

bug

只有先滚动到他的位置,才能点击。 比如有一个页面height很大,有一个按钮在页面下面。 我能找到整个按钮,但是如何滚到他的位置,能看到按钮?

### What problem does this feature solve? 界面上有两个select组件,id:select1,select2。select1 onchange事件会修改select2关联的data()里面数据,从而触发select2 onchange事件。select2 onchange事件会修改select1关联的data()里面数据会触发select1 onchagne事件。这样会形成死循环。 ### What does the proposed API look like? select1 onchange时间会修改select2关联的data()里面数据,不希望触发select2 onchange事件。 select2 onchange时间会修改select1关联的data()里面数据,不希望触发select1 onchange事件。 有什么办法能达到?

``` ``` mapper xml里面的_parameter是在哪赋值的?

### Environment view-ui-plus 1.3.14 ### Reproduction link https://run.iviewui.com/knR6ZUjk ### Steps to reproduce 见链接 ### What is expected? table > column > type=html时,render执行代码 ### What is actually happening? table > column...

### Environment [email protected] ### Reproduction link [https://run.iviewui.com/DrtjdEHC](https://run.iviewui.com/DrtjdEHC) ### Steps to reproduce Table 组件 使用 slot header ,同时,columns 使用fixed。fixed列显示异常。请见链接 ### What is expected? fixed列不要遮挡了header ### What is actually happening? fixed列遮挡了header

### What problem does this feature solve? 设置tooltip的placement属性 ### What does the proposed API look like? 在column增加tooltipPlacement属性

### Environment [email protected] ### Reproduction link [https://run.iviewui.com/m8aDZiqJ](https://run.iviewui.com/m8aDZiqJ) ### Steps to reproduce 由于table的width很大,超过了窗口宽度。table里面没有数据时会显示“暂无数据”,这个“暂无数据”是居中显示,默认是看不到,滚动条拖到中间才会看到。 ### What is expected? “暂无数据”立刻能看到。 ### What is actually happening? 这个“暂无数据”是居中显示,默认是看不到,滚动条拖到中间才会看。 --- 体验差了一点