Browse Source

部署服务器

master
song 3 years ago
parent
commit
c8d55c1a7f
  1. 7
      src/views/login/index.vue
  2. 1
      vue.config.js

7
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;
}
}
</style>

1
vue.config.js

@ -7,6 +7,7 @@ const proxyUrl = '/datang/v1.0'
const port = 8080
module.exports = {
publicPath: '/manage',
devServer: {
open: true,
overlay: {

Loading…
Cancel
Save