From 436c504e57220b4570c3fdf92ecd195b5adafef4 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 18 Jun 2024 10:14:56 +0800 Subject: [PATCH] update --- components/i/Create.vue | 24 ++++++++++++------------ components/i/Sign.vue | 16 ++++++++-------- components/i/UserInfo.vue | 1 + 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/components/i/Create.vue b/components/i/Create.vue index 1e6330a..a6db49a 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -16,18 +16,18 @@ />
- -
- - + + + + + + + + + + + + - + + + + + + + + diff --git a/components/i/UserInfo.vue b/components/i/UserInfo.vue index d756056..745c0e3 100644 --- a/components/i/UserInfo.vue +++ b/components/i/UserInfo.vue @@ -23,6 +23,7 @@ color="gray" variant="ghost" label="问题反馈" + to="mailto:lianghao@csdn.net" />
-- GitLab