From b43057e750efeb33420dfcc5554e273b91213441 Mon Sep 17 00:00:00 2001 From: alisagerasimova Date: Mon, 16 Mar 2026 14:59:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B5=20=D1=83?= =?UTF-8?q?=D0=BA=D0=B0=D0=B7=D0=B0=D0=BB=20=D1=82=D0=B5=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D1=89=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 52 +++++++++++----------- src/components/MyDialog.vue | 19 +++++--- src/components/MyDropMenu.vue | 69 +++++++++++++++++++----------- src/components/UI/CustomButton.vue | 12 ++++-- 4 files changed, 92 insertions(+), 60 deletions(-) diff --git a/src/App.vue b/src/App.vue index a5f196a..333ad51 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ \ No newline at end of file + \ No newline at end of file diff --git a/src/components/MyDropMenu.vue b/src/components/MyDropMenu.vue index d848f09..5ee4948 100644 --- a/src/components/MyDropMenu.vue +++ b/src/components/MyDropMenu.vue @@ -1,12 +1,7 @@ diff --git a/src/components/UI/CustomButton.vue b/src/components/UI/CustomButton.vue index 153626e..b77c445 100644 --- a/src/components/UI/CustomButton.vue +++ b/src/components/UI/CustomButton.vue @@ -13,11 +13,11 @@ const props = defineProps({ @@ -31,5 +31,11 @@ const props = defineProps({ color: white; width: 100%; font-size: 17px; + + text-decoration: none; + box-sizing: border-box; + text-align: center; + font-family: 'Courier New', Courier, monospace; + margin: 0; } \ No newline at end of file