From 7b7b722efbb83901e4ed35ec9cad0301b7b6f6ce Mon Sep 17 00:00:00 2001 From: Cindy Chang Date: Fri, 30 Aug 2024 16:59:03 +0800 Subject: [PATCH] button with border done --- src/components/Button.vue | 38 ++++++++++++++++++-- src/views/AccountManagement/MyAccount.vue | 43 ++++++++++------------- 2 files changed, 53 insertions(+), 28 deletions(-) diff --git a/src/components/Button.vue b/src/components/Button.vue index 1e6b613..36d575e 100644 --- a/src/components/Button.vue +++ b/src/components/Button.vue @@ -1,16 +1,48 @@ \ No newline at end of file