diff --git a/pages/dashboard/index.vue b/pages/dashboard/index.vue index 0586111..f86645d 100644 --- a/pages/dashboard/index.vue +++ b/pages/dashboard/index.vue @@ -1,9 +1,3 @@ diff --git a/pages/dashboard/interest-list.vue b/pages/dashboard/interest-list.vue index c343fad..17d2239 100644 --- a/pages/dashboard/interest-list.vue +++ b/pages/dashboard/interest-list.vue @@ -97,19 +97,20 @@ - +
+ - + +
@@ -472,4 +474,29 @@ const getRelativeTime = (dateString: string) => { .v-avatar { font-size: 0.875rem; } + +/* Mobile horizontal scrolling */ +.table-container { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media (max-width: 768px) { + .table-container { + margin: 0 -12px; + padding: 0 12px; + } + + .modern-table :deep(.v-table__wrapper) { + min-width: 1200px; + } + + .modern-table :deep(th) { + white-space: nowrap; + } + + .modern-table :deep(td) { + white-space: nowrap; + } +}