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 @@