From 6bb66758ba3c5677a015136a7fde2d8a8440b74b Mon Sep 17 00:00:00 2001 From: projoin <106225379+projoin@users.noreply.github.com> Date: Wed, 25 May 2022 14:00:05 +0800 Subject: [PATCH] initial commit --- .codesandbox/workspace.json | 20 +++++ src/views/login/index.vue | 166 +++++++++++++++++++++--------------- 2 files changed, 119 insertions(+), 67 deletions(-) create mode 100644 .codesandbox/workspace.json diff --git a/.codesandbox/workspace.json b/.codesandbox/workspace.json new file mode 100644 index 00000000..7b46a7ed --- /dev/null +++ b/.codesandbox/workspace.json @@ -0,0 +1,20 @@ +{ + "responsive-preview": { + "Mobile": [ + 320, + 675 + ], + "Tablet": [ + 1024, + 765 + ], + "Desktop": [ + 1400, + 800 + ], + "Desktop HD": [ + 1920, + 1080 + ] + } +} \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 25906405..e2a21e50 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,7 +1,13 @@