no message

Former-commit-id: 7847f08ef5dbd559b07f00bc477b52b39e3d9501
Former-commit-id: e980f89143bc1168d2c10c5d5aff4f72a3549a07
Former-commit-id: 634d63e7df472aba8f86aff1858d6c903c9b8ed5
This commit is contained in:
李杨
2018-01-21 23:03:28 +08:00
parent 8487a95038
commit b4e77b10fc

View File

@@ -7,7 +7,7 @@
require('particles.js') require('particles.js')
// 配置地址 // 配置地址
// https://vincentgarreau.com/particles.js/#default // https://vincentgarreau.com/particles.js/#default
import config from './config/nasa' import config from './config/default'
export default { export default {
mounted () { mounted () {
particlesJS('login', config) particlesJS('login', config)
@@ -20,7 +20,7 @@ export default {
.login { .login {
height: 100%; height: 100%;
width: 100%; width: 100%;
background-color: $color-text-main; background-color: $color-info;
} }
</style> </style>