diff --git a/src/pages/Route/RouteList.vue b/src/pages/Route/RouteList.vue index 5edb9c7ec..3e7c14dd1 100644 --- a/src/pages/Route/RouteList.vue +++ b/src/pages/Route/RouteList.vue @@ -505,6 +505,12 @@ onUnmounted(() => (stateStore.rightDrawer = false)); .table-actions { gap: 12px; } +th:last-child, +td:last-child { + background-color: var(--vn-section-color); + position: sticky; + right: 0; +} en: