no message

Former-commit-id: 9e20aa02d9f473f927401bef02d7df26f5fd4528
Former-commit-id: 552d9b22cd425113237e2b37f3f928f62758c3c0
Former-commit-id: 17926c7f32770314e8e6a05cc5a0a0467654124a
This commit is contained in:
李杨
2018-01-22 13:10:10 +08:00
parent da24caf4c4
commit 4f92a792f9
2 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
a6df8e4324acd50c885bf16a4eddfe9895775dc7 3a71076ef58c1b7c352ffed103a38f1873e42aa8

View File

@@ -82,6 +82,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import '~@/assets/style/public.scss';
.login-page { .login-page {
background-color: #EDF4FA; background-color: #EDF4FA;
height: 100%; height: 100%;
@@ -116,8 +117,8 @@ export default {
} }
} }
.button-help { .button-help {
width: calc(100% - 40px); width: 100%;
margin: 20px; margin-top: $margin;
} }
// 背景 // 背景
.bg { .bg {