diff --git a/src/views/course/ManageListRemote.vue b/src/views/course/ManageListRemote.vue index 04a59815..c5c1dcd3 100644 --- a/src/views/course/ManageListRemote.vue +++ b/src/views/course/ManageListRemote.vue @@ -1489,7 +1489,7 @@ export default { } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); } @@ -1497,19 +1497,19 @@ export default { overflow: hidden; } :global(::-webkit-scrollbar) { - width: 8px; - height: 10px; + width: 6px; + height: 8px; } :global(::-webkit-scrollbar-thumb) { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar { - width: 8px; - height: 10px; + width: 6px; + height: 8px; } ::v-deep .el-table .el-table__body-wrapper::-webkit-scrollbar-thumb { - border-radius: 3px; + border-radius: 6px; background-color: rgb(78, 166, 255); }