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: {