no message

Former-commit-id: 22ff6ee3a4bcf71f5e63b9961a93db6caf2bff4e
Former-commit-id: 09f9c78508dd4262e3e79c78b0183ab415a53b38
Former-commit-id: c26509c34e7b54e0e29b7b406ec975ed6aad6bb5
This commit is contained in:
李杨
2018-01-21 23:19:19 +08:00
parent b4e77b10fc
commit 03fffe0ff1
2 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ export default {
}
},
"color": {
"value": "#ffffff"
"value": "#DCDFE6"
},
"shape": {
"type": "circle",
@@ -28,7 +28,7 @@ export default {
}
},
"opacity": {
"value": 0.5,
"value": 1,
"random": false,
"anim": {
"enable": false,
@@ -38,7 +38,7 @@ export default {
}
},
"size": {
"value": 3,
"value": 4,
"random": true,
"anim": {
"enable": false,
@@ -50,9 +50,9 @@ export default {
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"color": "#DCDFE6",
"opacity": 0.4,
"width": 1
"width": 2
},
"move": {
"enable": true,

View File

@@ -15,12 +15,15 @@ export default {
}
</script>
<style lang="scss" scoped>
@import '~@/assets/style/public.scss';
<style lang="scss">
.login {
background-color: #EDF4FA;
height: 100%;
width: 100%;
background-color: $color-info;
canvas {
display: block;
margin: 0px;
padding: 0px;
}
}
</style>