How not to display the scroll bar, but can achieve the function of the scroll bar?

topic description

now the scroll bar does not feel beautiful enough. First, let the scroll bar not be displayed. It can be transparent and occupy as little width as possible, thus showing no at the front end. I would like to ask how to modify the style

.

sources of topics and their own ideas

related codes

/ / Please paste the code text below (do not replace the code with pictures)

<i-table :height="height" highlight-row @on-current-change="onClickRow" border size="small" :columns="columns1" :data="showdata1" style="margin-right: 10px"></i-table>

what result do you expect? What is the error message actually seen?

problem description

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Nov.22,2021

https://www.aliyun.com/jiaoch.


you can refer to the style of this Element website and open the developer tool to see that it hides the scroll bar. Make your own scroll bar
if you use element ui, you can directly use it as a scroll bar component
http://element-cn.eleme.io/-sharp/.

.
Menu