From 880d2885fae45a341e2129ff62c6d29480b5fabc Mon Sep 17 00:00:00 2001 From: goldsteinsveta Date: Mon, 7 Sep 2020 16:05:17 +0200 Subject: [PATCH] style: share, combine --- src/App.vue | 249 ++++++++++++++++++++++++--------- src/components/CanvasText.vue | 8 +- src/components/GeneralInfo.vue | 52 +++---- src/components/ShardQrCode.vue | 12 +- src/views/Combine.vue | 117 ++++++---------- src/views/Share.vue | 79 ++++++----- 6 files changed, 281 insertions(+), 236 deletions(-) diff --git a/src/App.vue b/src/App.vue index 11074d8..ea65bba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,20 @@