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 { .el-form-item {
border: 1px solid rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(0, 0, 0, 0.1); background: #283443;
border-radius: 5px; border-radius: 5px;
color: #454545; color: #454545;
} }
@ -231,13 +231,13 @@ $light_gray: #666;
background-color: $bg; background-color: $bg;
overflow: hidden; overflow: hidden;
.login-form { .login-form {
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.5);
position: absolute; position: absolute;
top: 20%; top: 20%;
right: 200px; right: 200px;
width: 520px; width: 520px;
max-width: 100%; max-width: 100%;
padding: 160px 35px 0; padding: 90px 35px;
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
} }
@ -291,4 +291,5 @@ $light_gray: #666;
bottom: 6px; bottom: 6px;
} }
} }
</style> </style>

1
vue.config.js

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

Loading…
Cancel
Save