From 47415e31952d226dc0e526ce75dd7887fc3749ae Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 4 Nov 2022 18:13:23 +0100 Subject: [PATCH] refactor grid ride side system --- frontend/src/layouts/DashboardLayout.vue | 37 +++++++++++++------ .../src/layouts/templates/ContentHeader.vue | 3 ++ frontend/src/layouts/templates/RightSide.vue | 3 ++ 3 files changed, 32 insertions(+), 11 deletions(-) create mode 100644 frontend/src/layouts/templates/ContentHeader.vue create mode 100644 frontend/src/layouts/templates/RightSide.vue diff --git a/frontend/src/layouts/DashboardLayout.vue b/frontend/src/layouts/DashboardLayout.vue index 5862a86a1..142115165 100755 --- a/frontend/src/layouts/DashboardLayout.vue +++ b/frontend/src/layouts/DashboardLayout.vue @@ -56,7 +56,7 @@ - + - - - - content header - right - + + + + + + + - - + + + +
-
+
-
+ + + + @@ -105,6 +116,8 @@