From 2432a37211abe092117aac1efc33b32434975608 Mon Sep 17 00:00:00 2001 From: carlossa Date: Thu, 23 May 2024 10:26:54 +0200 Subject: [PATCH] refs #6111 fix sticky --- src/pages/Route/RouteList.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/Route/RouteList.vue b/src/pages/Route/RouteList.vue index 5edb9c7ece..3e7c14dd16 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: