diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 433eece..0f77b8e 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -443,5 +443,14 @@ onUnmounted(() => { .is-mobile .el-menu-item { padding: 0 20px !important; + min-height: 48px; +} + +.is-mobile .el-button { + min-height: 44px; +} + +.is-mobile .el-icon { + padding: 4px; } diff --git a/frontend/src/components/Bids.vue b/frontend/src/components/Bids.vue index 8006224..e1fbefb 100644 --- a/frontend/src/components/Bids.vue +++ b/frontend/src/components/Bids.vue @@ -12,13 +12,13 @@ - + - - - - - + + + @@ -162,11 +158,11 @@ a:hover { max-width: 100%; } - .el-table { - font-size: 12px; + .bids-table { + overflow-x: auto; } - .el-table .cell { + .bids-table :deep(.el-table__cell) { padding: 6px; } diff --git a/frontend/src/components/CrawlInfo.vue b/frontend/src/components/CrawlInfo.vue index 55e9753..af9df8e 100644 --- a/frontend/src/components/CrawlInfo.vue +++ b/frontend/src/components/CrawlInfo.vue @@ -11,33 +11,27 @@ - - - - + + + + - + - + - - - - +