RanMaoting

Results 10 issues of RanMaoting

### 可复现的链接: https://jsfiddle.net/4jgsq2ob/18/ ### 问题描述与截图: 参考复现链接里面的checkbox-change事件,在按住shift键时事件不能正常触发 ### 期望的结果: 按住shift键也能正常触发事件 ### 操作系统: windows10 ### 浏览器版本: 118.0.2088.61 (正式版本) (64 位) ### vue 版本: 3.3.7 ### vxe-table 版本: 4.5.13

bug

### 这个需求解决了什么问题: 在某些情况下需要使用单元格元素进行操作,现在查找元素不好操作 ### 建议的 API 是什么样的: 类似getElement(rowKey, columnName) 返回HTMLelement _No response_ ### 是否已有其他不错的替代方案: _No response_

realized
enhancement

**您使用的西瓜播放器版本是多少? What version of xgplayer are you using?** "xgplayer": "^3.0.18", "xgplayer-flv": "^3.0.18" **您使用的操作系统和浏览器分别是? What OS and browser are you using?** win10, chorme最新版, edge最新版, Firefox最新版 **如何复现问题? How to reproduce the problem?**...

flv

### 问题的清晰而简明的描述 希望select组件能添加一个属性支持禁用option的某一项,现在只能遍历list添加一个disabled,在某些情况下不太友好 现在要禁用某一项只能一个一个添加属性 ![image](https://github.com/user-attachments/assets/97269306-7157-4d9b-a9e6-e761aafeced4) ### 建议的解决方案 在Select Props中提供一个属性,该属性为函数,入参为单个option,返回值为boolean, 如果返回true则禁用该项 类似 ![image](https://github.com/user-attachments/assets/cfa561d2-4160-43ef-962c-2c18ea1e466a) ### 备选方案 _No response_ ### 附加上下文 _No response_ ### 验证 - [X] 阅读 [贡献指南](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.md)。 - [X] 阅读 [文档](https://www.naiveui.com/en-US)。...

feature request

### 软件版本 1.3.4 ### 运行环境 Windows (64) ### 运行架构 x86 ### 重现步骤 在页面初始化时同时调用了两个接口,如果这时token过期,进行刷新时只会刷新先返回的那个请求,另外的请求就会丢失 ![image](https://github.com/user-attachments/assets/5952546d-7170-4119-b0c9-532225cbc1a3) ### 期望的结果是什么? 在刷新后能够重新发起所有的请求,让页面正常显示 ![image](https://github.com/user-attachments/assets/e85bd678-e3a5-4ebf-8fe9-8121f106c7ee) 这里的逻辑可能需要调整 ### 实际的结果是什么? 现在只会重新调用最先返回的接口 ### 日志记录(可选) _No response_ ### 补充说明(可选) _No response_

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: https://github.com/user-attachments/assets/34984865-c95c-4551-b5b6-83e359d8e4d1 **Expected behavior** 如视频所示,弹窗一直在变动,并且使用tab键有时候会无法在候选类名里面选中,上下键一样 **Screenshots** If applicable, add screenshots to...

### Version Vben Admin V5 ### Description 现在的表格封装只有查询的逻辑,希望能在封装组件中加入相关的逻辑,方便进行删除和批量删除 vxe-table的内置删除proxy不好用,必须在复选中选中才能触发删除指令,希望在封装中添加一个新的指令 ### Proposed Solution 添加新的删除指令来统一处理删除和批量删除,主要是要处理删除后的分页问题 ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Validations - [X] Read the [docs](https://anncwb.github.io/vue-vben-admin-doc/)...

enhancement: pending triage

### Version Vben Admin V5 ### Describe the bug? 当把Grid放在一个grid布局的容器中,同时把Grid组件的高度设置为auto时,组件的高度会一直增长,如果在Grid的css上减去一定高度后这个问题消失 ![image](https://github.com/user-attachments/assets/d9bcbd98-bd92-4ecd-9971-85ca501473a5) 当代码为如图所示时,表格高度会一直增长 https://github.com/user-attachments/assets/7d2c398f-1fe4-4148-88b1-2f3dce08187d 但是当我加上这个css后bug消失 ![image](https://github.com/user-attachments/assets/5b619291-8665-4dd7-9739-4e589c2bd505) 使用未封装的vxe-grid做了相同测试,没有出现这种现象 ### Reproduction / ### System Info ```shell / ``` ### Relevant log output _No...

bug

### Version Vben Admin V5 ### Describe the bug? 使用从adapter中导出的dialog创建出来的样式主题色没有应用上 ![image](https://github.com/user-attachments/assets/3657f689-97a1-43ef-b5cb-bf01646c7d6a) ![image](https://github.com/user-attachments/assets/f034fc7d-8ec6-4ee6-9799-15bda0222913) 可以看到主题相关颜色没有应用上,表现在hover时取消按钮的颜色 下面是正常的样式 ![image](https://github.com/user-attachments/assets/c3de1295-a195-4acb-9351-71b9f6f0d770) ### Reproduction / ### System Info ```shell 最新版本 ``` ### Relevant log output _No response_...

bug

### 可复现的链接(包含复现链接与示例代码): / ### 问题描述与截图: ![image](https://github.com/user-attachments/assets/9c9be70b-8dc3-4aa5-a332-6097d3475b35) 源码中如果getCheckboxRecords长度为0则不会触发后续的逻辑,但是在实际使用中很多情况下是点击行内的按钮直接删除,现在的逻辑无法触发 ### 期望的结果: _No response_ ### 操作系统: windows10 ### 浏览器版本: 最新 ### vue 版本: 最新 ### vxe-pc-ui 版本: 最新 ### vxe-table 版本: 最新 ###...

bug