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

@@ -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>