Commit 3d8d6dccec817298dc227a9cb7f4ff0d4f8a6695
1 parent
3e07a623
feat: 修改所属权样式
Showing
3 changed files
with
17 additions
and
4 deletions
web_src/config/index.js
| ... | ... | @@ -12,14 +12,14 @@ module.exports = { |
| 12 | 12 | assetsPublicPath: '/', |
| 13 | 13 | proxyTable: { |
| 14 | 14 | '/debug': { |
| 15 | - target: 'https://192.169.1.31:18080', | |
| 15 | + target: 'https://61.169.120.202:18080', | |
| 16 | 16 | changeOrigin: true, |
| 17 | 17 | pathRewrite: { |
| 18 | 18 | '^/debug': '/' |
| 19 | 19 | } |
| 20 | 20 | }, |
| 21 | 21 | '/static/snap': { |
| 22 | - target: 'https://192.169.1.31:18080', | |
| 22 | + target: 'https://61.169.120.202:18080', | |
| 23 | 23 | changeOrigin: true, |
| 24 | 24 | // pathRewrite: { |
| 25 | 25 | // '^/static/snap': '/static/snap' | ... | ... |
web_src/static/css/login.css
| ... | ... | @@ -58,6 +58,20 @@ |
| 58 | 58 | -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | +.company-author { | |
| 62 | + position: absolute; | |
| 63 | + left: 0; | |
| 64 | + right: 0; | |
| 65 | + bottom: 20px; | |
| 66 | + font-size: 12px; | |
| 67 | + color: #a6a6a6; | |
| 68 | + z-index: 1; | |
| 69 | + display: flex; | |
| 70 | + justify-content: center; | |
| 71 | + align-items: center; | |
| 72 | +} | |
| 73 | + | |
| 74 | +.company-author span {} | |
| 61 | 75 | |
| 62 | 76 | /*------------------------------------------------------------------ |
| 63 | 77 | [ Form ]*/ |
| ... | ... | @@ -417,4 +431,3 @@ |
| 417 | 431 | .login100-form-title i { |
| 418 | 432 | font-size: 60px; |
| 419 | 433 | } */ |
| 420 | - | ... | ... |