surely-vue / surely-table

Performant advanced table component
https://www.surely.cool
613 stars 83 forks source link

lykj-vip: 切换数据,显隐滚动条,会左右抖动,希望有滚动条不占位的功能 #226

Open web-ning opened 7 months ago

web-ning commented 7 months ago

C1SE88PE0SF5Z98 YJA55VG WJR)V}F@R_9UR65R(XR7K97

tangjinzhou commented 7 months ago

什么叫滚动条不占位? 直接盖上去,遮住其它元素 ?

web-ning commented 7 months ago

是的,项目里一般都会留有空余空间,类似el-scrollbar image image

tangjinzhou commented 5 months ago
.surely-table-header-scrollbar {
   display: none;
}
.surely-table-vertical-scroll {
   position: absolute;
   right:0;
}