) => {
@@ -65,6 +76,29 @@ defineExpose({ update })
background-color: rgb(25, 129, 246);
}
+.table-body {
+ height: 342px;
+}
+
+.table-body::-webkit-scrollbar {
+ width: 0;
+}
+
+.table-body:hover::-webkit-scrollbar {
+ width: 12px;
+}
+
+.table-body:hover::-webkit-scrollbar-thumb {
+ border-radius: 10px;
+ -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
+ background-color: rgb(25, 129, 246);
+}
+
+.table-body:hover::-webkit-scrollbar-track {
+ -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
+ background-color: #111827;
+}
+
.row-item {
line-height: 38px;
}