From 0eab0374320b60dc17e33e0061f2b5480a515ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tha=C3=ADs=20Ferreira?= Date: Tue, 4 Feb 2025 18:02:07 -0300 Subject: [PATCH] =?UTF-8?q?vers=C3=A3o=2004/02=2018h02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 185 ++++--------------------- src/views/RegisterUserCamView.vue | 222 ++++++++++++++++++++++++++++++ 2 files changed, 249 insertions(+), 158 deletions(-) create mode 100644 src/views/RegisterUserCamView.vue diff --git a/src/App.vue b/src/App.vue index 898a6f2..da12c31 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ class="sidebar-navigation" > -
+
- + {{ isCollapsed ? 'mdi-menu' : 'mdi-chevron-left' }} @@ -30,23 +31,23 @@
- + - - - + + TARS - + {{ item.label }} @@ -74,158 +76,25 @@ app color="blue-darken-3" dark - height="56" - class="header-compact" + height="48" + class="header-compact px-2" + density="compact" > - - mdi-logout + + mdi-logout Sair - + - - - - \ No newline at end of file diff --git a/src/views/RegisterUserCamView.vue b/src/views/RegisterUserCamView.vue new file mode 100644 index 0000000..9cc8b4d --- /dev/null +++ b/src/views/RegisterUserCamView.vue @@ -0,0 +1,222 @@ + + + + +