From 222cd81f3a06d3644dfb12d2c689a0f523d00375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B3=E6=B0=B8=E8=8C=83?= Date: Mon, 16 Dec 2024 15:17:22 +0800 Subject: [PATCH] Refactor evaluation and resource console components for improved layout and responsiveness (#853) - Updated EvaluationDetail.vue to use full-width containers for better responsiveness. - Adjusted spacing and layout in ResourceConsoleIndex.vue, including consistent margin and padding adjustments. - Replaced specific margin values with more uniform classes for better maintainability. - Enhanced button styles for consistency across the application. These changes aim to improve the user interface and ensure a more cohesive design across components. --- .../evaluations/EvaluationDetail.vue | 4 +-- .../resource_console/ResourceConsoleIndex.vue | 30 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/evaluations/EvaluationDetail.vue b/frontend/src/components/evaluations/EvaluationDetail.vue index 65410ae0e..cb2607b33 100644 --- a/frontend/src/components/evaluations/EvaluationDetail.vue +++ b/frontend/src/components/evaluations/EvaluationDetail.vue @@ -1,7 +1,7 @@