diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue index dcdd549..9e4fc61 100644 --- a/src/views/layout/Layout.vue +++ b/src/views/layout/Layout.vue @@ -1,9 +1,20 @@ + @@ -34,4 +45,15 @@ export default { height: 100%; width: 100%; } +.footer { + height: 30px; + width: 100%; + text-align: center; + font-family: '微软雅黑', sans-serif; + font-weight: 400; + font-style: normal; + font-size: 12px; + color: #999999; + line-height: 24px; +}