如果使用 Element UI 的 el-scrollbar 组件时,滚动条没有显示出来但页面可以滚动,可以尝试调用其 update 方法来更新滚动条。 在适当的时机(例如在数据加载完成后或组件更新后),调用 el-scrollbar 的 update 方法可以重新计算滚动条的位置和尺寸,从而实现正确的显示。可以通过以下方式来调用 update 方法: <el-scroll...
使用elementplus的虚拟表格,动态加载表头的时候,第一列为复选框;但是在滚动滑动条的时候出现了一个奇怪的现象; 我选择了4和5,当我滑动滚动条的时候如下: 像是复选框跟着在动; 通过跟踪代码,查出问题; 在cellRenderer中打印checked的值发现问题,大滚动的时候,打印出来的都是undefined,渲染就会出现上面的问题; 解决...
具体做法是,在table标签中添加属性scroll-x="true"即可。 除此之外,还可以通过剪切滚动条到table元素实现吸底。如果需要设置el-table的横向滚动条一直显示,可以设置el-tablescrollbar-always-on属性。 如果你对Element Plus的table横向滚动条使用还有疑问,可以查阅相关文档或联系Element Plus的官方技术支持。
Bug Type: Component Environment Vue Version: 3.4.27 Element Plus Version: 2.7.5 Browser / OS: Edge 125.0.2535.92/Windows 11 Build Tool: Vite Reproduction Related Component el-dialog el-form el-row el-scrollbar Reproduction Link Element P...
Bug Type: Component Environment Vue Version: 3.2.45 Element Plus Version: 2.7.0 Browser / OS: Chrome Build Tool: Vite Reproduction Related Component el-menu el-menu-item Reproduction Link Docs Steps to reproduce .ppopover { max-height: 3...
Element Plus Version: 2.6.2 Browser / OS: Chrome 101.0.4951.54 Build Tool: Vite Reproduction Related Component el-table Reproduction Link CodeSandbox Steps to reproduce 1.点击About 2.拖动el-table的横向滚动条 3.切换到Home再切换回去About 4.可以看到滚动条和滚动位置不匹配了 What is Expected? 滚动...
element-plus / element-plus Public Sponsor Notifications Fork 13.4k Star 22.9k Code Issues 1.3k Pull requests 413 Discussions Actions Projects 5 Security Insights Issue Remove Inactive [Component] [table] vue-router的RouterView使用KeepAlive后,切换router会出现el-table的滚动条和滚动位置不...
element-plus / element-plus Public Sponsor Notifications Fork 14.5k Star 23.5k Code Issues 1.4k Pull requests 450 Discussions Actions Projects 5 Security Insights Issue Remove Inactive [Component] [table] vue-router的RouterView使用KeepAlive后,切换router会出现el-table的滚动条和滚动位置...