diff --git a/web/public/favicon.ico b/web/public/favicon.ico index 771c5ceca1682268fd28ab71930b398dda8e8a4e..c49f9b34ff098867d96f29e57b1b6fecfe5bf17c 100644 Binary files a/web/public/favicon.ico and b/web/public/favicon.ico differ diff --git a/web/src/App.vue b/web/src/App.vue index 69f7532eda73bf12d8996038df58dceb2b78b1e6..b79771fea1d9379e1fcd32106abc283806acdf92 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -18,5 +18,6 @@ export default { #app { background: #eee; height: 100vh; + overflow: hidden; } diff --git a/web/src/assets/background.svg b/web/src/assets/background.svg new file mode 100644 index 0000000000000000000000000000000000000000..89c25976468e10e541efc0da486b945b68b86690 --- /dev/null +++ b/web/src/assets/background.svg @@ -0,0 +1,69 @@ + + + + Group 21 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web/src/assets/docs.png b/web/src/assets/docs.png new file mode 100644 index 0000000000000000000000000000000000000000..bb98d6e099fe941de1bd09a8c08a767b219222fa Binary files /dev/null and b/web/src/assets/docs.png differ diff --git a/web/src/assets/github.png b/web/src/assets/github.png new file mode 100644 index 0000000000000000000000000000000000000000..d1d200ed1ad07d3cd7e17ffb7fc8cd23e8fe97d1 Binary files /dev/null and b/web/src/assets/github.png differ diff --git a/web/src/assets/logo_login.png b/web/src/assets/logo_login.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf64df8b8270ca9bf0b3eb87cc57656ae4dd612 Binary files /dev/null and b/web/src/assets/logo_login.png differ diff --git a/web/src/assets/video.png b/web/src/assets/video.png new file mode 100644 index 0000000000000000000000000000000000000000..af4d35f4d81bd3c156936bdb250124d9824ddf93 Binary files /dev/null and b/web/src/assets/video.png differ diff --git a/web/src/assets/yuque.png b/web/src/assets/yuque.png new file mode 100644 index 0000000000000000000000000000000000000000..98a2adabd01f8cea8745d1212904b45afad9e4af Binary files /dev/null and b/web/src/assets/yuque.png differ diff --git a/web/src/style/main.scss b/web/src/style/main.scss index 09bfe405da353a60ea4cac3036963279fdd733a9..dad2c040bf02c41d666199e57707b0ca81d7165a 100644 --- a/web/src/style/main.scss +++ b/web/src/style/main.scss @@ -664,11 +664,6 @@ li { } } -// el-form -.el-form { - background-color: #fff; - padding: 10px 0; -} .el-row { padding: 10px 0; diff --git a/web/src/view/login/login.vue b/web/src/view/login/login.vue index e10d53b99c55038c12fd91822477cdacb6f0bba0..2260049a0a79a36b3ef7a64e61b876e92862ad47 100644 --- a/web/src/view/login/login.vue +++ b/web/src/view/login/login.vue @@ -1,57 +1,92 @@