ViewUI
ViewUI copied to clipboard
A high quality UI Toolkit built on Vue.js 2.0
### What problem does this feature solve? 上传文件之后,后台返回二进制文件的时候,前端可以进行操作处理(下载文件),比如在上传excel表的时候,后台会返回blod类型的二进制文件,需要ajax设置responseType: bold ### What does the proposed API look like? 新增自定义ajax的responseType的配置 axios,jquery等都可以自定义responseType 
### Environment Ubuntu 18.04.5 LTS, Chrome 92.0.4515.131, ### Reproduction link [https://codepen.io/lghua/pen/NWjVKYd](https://codepen.io/lghua/pen/NWjVKYd) ### Steps to reproduce 1、创建左右布局(flex、grid...) 2、表格放在右侧布局的容器中 3、改变窗口宽度 ### What is expected? 窗口变化时表格宽度显示正常 ### What is actually happening? 窗口宽度减小时,表格宽度会缓慢减小,最后宽度不能充满父元素
### Environment vue2 ### Reproduction link [https://run.iviewui.com/fvM4eVOa](https://run.iviewui.com/fvM4eVOa) ### Steps to reproduce 调整.ivu-modal样式使其垂直居中, 打开弹框 ### What is expected? 居中 ### What is actually happening? 闪烁一下居中
### Environment 惠普win10专业版64位操作系统/谷歌102.0.5005.115(正式版本) (64 位)/vue2 ### Reproduction link [https://run.iviewui.com/s57n9IoL](https://run.iviewui.com/s57n9IoL) ### Steps to reproduce 1、打开demo 2、展开第一行表格数据,然后收起 3、展开第二行表格数据时,第一行数据也会被展开 ### What is expected? 点击展开哪一行就只展开哪一行,不会影响其他行 ### What is actually happening? 实际上第一次操作时,先展开第一行再展开第二行时,原本收起的第一行也会被展开。只有首次操作时会有该问题。 --- 除了上述小bug,异步树的数据量在一万多条时渲染时间超过5分钟。
**What's new in this PR?** Minor fixes @icarusion Do you really need to follow **ex-xx** language code format for all languages? - This leads to rise language versions and those...
希望可以支持table summary自定义渲染,十分感谢。
修改time-range.vue让时间组件支持21点-8点这样的选择
时间组件不支持选择21点到早上8点 希望能支持这种 比如我日期和时间是分开的情况下,就非常需要这一点 我想查询1日21点到2日的8点数据,就无法操作了
### Environment Win11/Edge版本 101.0.1210.53 (正式版本) (64 位) ### Reproduction link [http://v4.iviewui.com/components/table](http://v4.iviewui.com/components/table) ### Steps to reproduce 1、打开“http://v4.iviewui.com/components/table” 2、找到“固定表头和列”的例子 3、改变浏览器缩放比 4、拖动纵向滚动条到底部 访问我在CodePen上基于“固定表头和列”示例代码运行的结果也可以看出来,参考: https://codepen.io/gongjimin/pen/ExQLdXz ### What is expected? 希望能在滚动条滚动到底部时,对齐所有列的内容。 ### What is actually...