当前位置:网站首页>el-table滚动条设置
el-table滚动条设置
2022-07-26 00:35:00 【Pert-】
使其消失
.el-scrollbar__thumb { display:none } ::-webkit-scrollbar { width: 1px; height: 1px; } /* // 滚动条的滑块 */ ::-webkit-scrollbar-thumb { background-color: #000000; border-radius: 0px; }改变样式
.el-table__body-wrapper::-webkit-scrollbar { width: 3px; height: 3px; } .el-table__body-wrapper::-webkit-scrollbar-thumb { background-color: #ddd; border-radius: 3px; }
边栏推荐
- 8个小妙招-数据库性能优化,yyds~
- BGP 综合实验
- 分布式事务和Seata的AT模式原理
- HCIP 第十一天
- typing‘ has no attribute ‘_SpecialForm‘
- 数据库工具对决:HeidiSQL 与 Navicat
- HOOPS Exchange助力混合计算流体动力学软件搭建3D格式导入读取功能 | 客户案例
- [IJCAI 2022] parameter efficient large model sparse training method, which greatly reduces the resources required for sparse training
- hcia综合实验
- 2022/7/19 exam summary
猜你喜欢

Jmeter之用户自定义变量和抽离公共变量

HOOPS Exchange助力混合计算流体动力学软件搭建3D格式导入读取功能 | 客户案例

进程与线程

What is the difference between request forwarding and request redirection?

我们没有退路了

Hoops exchange helps hybrid computational fluid dynamics software build 3D format import and read function | customer case
![[calculate the number of times that one string is equal to another string]](/img/82/db8ed70464df46c7a700c65d208fef.png)
[calculate the number of times that one string is equal to another string]

The way of understanding JS: write a perfect combination inheritance (Es5)

Azure synapse analytics Performance Optimization Guide (1) -- optimize performance using ordered aggregate column storage indexes

SQL time splicing problem, splicing recovery automatically truncated by the system
随机推荐
[array related methods in numpy]
本地电脑架设传奇怎么开外网叫朋友一起玩?
[zero based BLDC series] brushless DC motor control principle based on the zero crossing detection method of back EMF
使用 SAP UI5 FileUploader 控件上传本地文件试读版
SQL (basic 2)
Tell you the meaning of unit testing from another angle
Leetcode notes 350. Intersection of two arrays II
Verilog语法基础HDL Bits训练 06
Applet page generation link sent by SMS
8 tips to adjust database performance optimization, yyds
生物JC UVSSA复合物缓解MYC驱动的转录压⼒ English
Hcip day 13
SereTOD2022 Track1代码剖析-面向半监督和强化学习的任务型对话系统挑战赛
我们没有退路了
【oops-framework】网络模块WebSocket
Biological JC uvssa complex alleviates myc driven transcription pressure ⼒ English
Prefix XOR sum, XOR difference array
实战演练 | 查找在给定时间范围内购买超过 N 件商品的客户
Nodejs learning resources
Comparing the seven distributed transaction schemes, I prefer Alibaba's open source Seata (principle + Practice)