From 162121615b82ae073d7748ee23edd7f32a86421a Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Tue, 9 May 2023 11:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/App.vue | 4 + psdc-ui/src/views/index.vue | 2 +- psdc-ui/src/views/login.vue | 198 +++++++++++++++++++++--------------- 3 files changed, 122 insertions(+), 82 deletions(-) diff --git a/psdc-ui/src/App.vue b/psdc-ui/src/App.vue index 652f7b3..00907d3 100644 --- a/psdc-ui/src/App.vue +++ b/psdc-ui/src/App.vue @@ -20,4 +20,8 @@ onMounted(() => { padding: 0; box-sizing:border-box; } + body{ + color: #f3ffff; + font-size: 14px; + } diff --git a/psdc-ui/src/views/index.vue b/psdc-ui/src/views/index.vue index 58752af..fe8476d 100644 --- a/psdc-ui/src/views/index.vue +++ b/psdc-ui/src/views/index.vue @@ -1,6 +1,6 @@ diff --git a/psdc-ui/src/views/login.vue b/psdc-ui/src/views/login.vue index af4cb7c..1f89f9e 100644 --- a/psdc-ui/src/views/login.vue +++ b/psdc-ui/src/views/login.vue @@ -1,63 +1,68 @@