Merge pull request #2887 from jumpserver/pr@dev@perf_table_drag-border

perf: 优化table列表拖动效果
This commit is contained in:
老广
2023-03-09 12:48:02 +08:00
committed by GitHub

View File

@@ -209,6 +209,9 @@ export default {
white-space: nowrap !important;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
border-right: 2px solid #EBEEF5;
}
}
}
}