From 25f9d2294d3815ca7291a6c7d17995b48db5fc9a Mon Sep 17 00:00:00 2001 From: martin chaparro Date: Thu, 22 Apr 2021 22:37:05 -0500 Subject: [PATCH] formulario de compras --- .../sass/dashboard/custom/_fixed-plugin.scss | 6 +- APP/components/Formularios/Fcompras.vue | 84 +++++++++++++++++++ APP/components/Formularios/Prueba.vue | 48 +++++++++++ APP/components/Layout/SidebarSharePlugin.vue | 2 +- APP/layouts/default.vue | 2 +- APP/pages/compras.vue | 55 ++++++------ 6 files changed, 161 insertions(+), 36 deletions(-) create mode 100644 APP/components/Formularios/Fcompras.vue create mode 100644 APP/components/Formularios/Prueba.vue diff --git a/APP/assets/sass/dashboard/custom/_fixed-plugin.scss b/APP/assets/sass/dashboard/custom/_fixed-plugin.scss index 5c2ecf2..ae5eedf 100644 --- a/APP/assets/sass/dashboard/custom/_fixed-plugin.scss +++ b/APP/assets/sass/dashboard/custom/_fixed-plugin.scss @@ -2,9 +2,9 @@ position: fixed; right: 0; width: 64px; - background: rgba(0,0,0,.3); + background: rgba(12, 44, 133, 0.5); z-index: 1031; - border-radius: 8px 0 0 8px; + border-radius: 10px 10px 10px 10px; text-align: center; top: 130px; @@ -28,7 +28,7 @@ top: -52px !important; width: 290px; border-radius: 0.1875rem; - padding: 0 10px; + padding: 0 0; background: linear-gradient($black, $black-states); } diff --git a/APP/components/Formularios/Fcompras.vue b/APP/components/Formularios/Fcompras.vue new file mode 100644 index 0000000..61f2643 --- /dev/null +++ b/APP/components/Formularios/Fcompras.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/APP/components/Formularios/Prueba.vue b/APP/components/Formularios/Prueba.vue new file mode 100644 index 0000000..25eacb1 --- /dev/null +++ b/APP/components/Formularios/Prueba.vue @@ -0,0 +1,48 @@ + + + \ No newline at end of file diff --git a/APP/components/Layout/SidebarSharePlugin.vue b/APP/components/Layout/SidebarSharePlugin.vue index eeefa37..88985cb 100644 --- a/APP/components/Layout/SidebarSharePlugin.vue +++ b/APP/components/Layout/SidebarSharePlugin.vue @@ -1,5 +1,5 @@ - +
diff --git a/APP/pages/compras.vue b/APP/pages/compras.vue index 2b9a3c0..0280c89 100644 --- a/APP/pages/compras.vue +++ b/APP/pages/compras.vue @@ -1,7 +1,8 @@