From dc0d0e7a261ac190e2f032f8bac4824e636eb3c3 Mon Sep 17 00:00:00 2001 From: Wayne Date: Tue, 27 Feb 2024 12:42:14 +0800 Subject: [PATCH] 0000998 --- src/views/Card/Edit.vue | 4 +- src/views/Card/Video.vue | 2 +- src/views/Login/actLogin.vue | 147 ++++++++++++++++++----------------- 3 files changed, 80 insertions(+), 73 deletions(-) diff --git a/src/views/Card/Edit.vue b/src/views/Card/Edit.vue index 7fc7b53..b09be4c 100644 --- a/src/views/Card/Edit.vue +++ b/src/views/Card/Edit.vue @@ -420,7 +420,7 @@ const handleSubmit = async () => { - @@ -523,7 +523,7 @@ const handleSubmit = async () => { }">卡片標題 + placeholder="請填寫卡片標題文字" :rules="[{ required: true, message: '請填寫卡片標題文字' }]" />
- diff --git a/src/views/Login/actLogin.vue b/src/views/Login/actLogin.vue index 9e76709..3120888 100644 --- a/src/views/Login/actLogin.vue +++ b/src/views/Login/actLogin.vue @@ -1,97 +1,104 @@