🎋 table style

This commit is contained in:
Hunlongyu
2020-10-19 09:35:50 +08:00
parent 694986d6c5
commit 5f48f46cbc
2 changed files with 16 additions and 3 deletions

View File

@@ -294,3 +294,18 @@
}
}
}
.el-table--scrollable-y .el-table__body-wrapper{
&::-webkit-scrollbar{
width: 5px;
height: 1px;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
position: absolute;
}
&::-webkit-scrollbar-track {
border-radius: 10px;
position: absolute;
}
}