From 1c8f9fe20210743bc548423ebd7d74fb60729847 Mon Sep 17 00:00:00 2001 From: Vyacheslav Nagel Date: Sun, 2 Jul 2023 21:54:01 +0700 Subject: [PATCH] sidebar position --- src/App.vue | 12 ++++++++---- src/components/Sidebar.vue | 24 +++++++++++++++++++++--- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4e0650a..3242731 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,6 +86,14 @@ const rotatePage = () => { Отступ, мм Дополнительный отступ, мм + + + + + Высота, мм Ширина, мм @@ -111,10 +119,6 @@ const rotatePage = () => { - - - diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index ba56bcf..b2c1ec3 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -1,5 +1,25 @@ + + @@ -7,8 +27,6 @@