From c8d55c1a7f327f2100ad66725fc4f6e7cf31c89b Mon Sep 17 00:00:00 2001 From: song Date: Wed, 23 Feb 2022 19:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 7 ++++--- vue.config.js | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 6fb95ea..fc4e9ad 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -213,7 +213,7 @@ $cursor: #fff; } .el-form-item { border: 1px solid rgba(255, 255, 255, 0.1); - background: rgba(0, 0, 0, 0.1); + background: #283443; border-radius: 5px; color: #454545; } @@ -231,13 +231,13 @@ $light_gray: #666; background-color: $bg; overflow: hidden; .login-form { - background: rgba(255,255,255,0.3); + background: rgba(255,255,255,0.5); position: absolute; top: 20%; right: 200px; width: 520px; max-width: 100%; - padding: 160px 35px 0; + padding: 90px 35px; margin: 0 auto; overflow: hidden; } @@ -291,4 +291,5 @@ $light_gray: #666; bottom: 6px; } } + diff --git a/vue.config.js b/vue.config.js index 628093c..45c88f5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,6 +7,7 @@ const proxyUrl = '/datang/v1.0' const port = 8080 module.exports = { + publicPath: '/manage', devServer: { open: true, overlay: {