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;
}

浙公网安备 33010602011771号