From e3880408b71152d38d30ec1bcf9033cdc39a4482 Mon Sep 17 00:00:00 2001 From: dmy Date: Mon, 19 Jan 2026 17:01:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 9 ++++ frontend/src/components/Bids.vue | 20 +++---- frontend/src/components/CrawlInfo.vue | 48 ++++++++++------- frontend/src/components/Dashboard-AI.vue | 36 ++++++------- frontend/src/components/Dashboard.vue | 20 +++---- frontend/src/components/PinnedProject.vue | 22 ++++---- frontend/src/style.css | 63 ++++------------------- 7 files changed, 88 insertions(+), 130 deletions(-) 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 @@ - - - - + + + + - + - + - - - - +