首页 |  我的博客 |  查看该博主内容分类 | 

CSS相关优化及图形,持续更新

Code

/*导航条优化*/
::-webkit-scrollbar{
	width: 6px;
}
::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: 3px;
}
::-webkit-scrollbar-track{
	background: #fff;
	border-radius: 3px;
}

/*el-table设置背景透明*/
.el-table{
	background-color: transparent;
}
>>>.el-table th
>>>.el-table tr{
	color: white;
	background-color: transparent;
}
posted @ 2023-01-04 09:23  Z哎呀  阅读(39)  评论(0)    收藏  举报