From 48309d716f6f5cef8e4db0658b8133a022dea66d Mon Sep 17 00:00:00 2001 From: Afiq Date: Mon, 26 May 2025 12:54:25 +0800 Subject: [PATCH] Refactor Layouts in Execution Module for Consistency - Removed unnecessary padding and margin from header and body sections in history, inbox, and index views to streamline the layout. - Enhanced visual consistency across the execution module by standardizing the structure of card components and their content. - Improved overall user interface by simplifying the design elements, ensuring a cleaner and more cohesive appearance. --- pages/execution/history.vue | 10 ++-------- pages/execution/inbox.vue | 4 ++-- pages/execution/index.vue | 16 ++++++++-------- 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/pages/execution/history.vue b/pages/execution/history.vue index 8fff5cc..994831e 100644 --- a/pages/execution/history.vue +++ b/pages/execution/history.vue @@ -134,12 +134,6 @@ const refreshCases = () => {