diff --git a/src/views/index.vue b/src/views/index.vue index d73231a..c90f97c 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -7,9 +7,18 @@
@@ -21,12 +30,12 @@
  • - {{ item.title }}
    {{ item.title2 }}
    + {{ item.title }}
    {{ item.title2 }}
    - +
  • @@ -99,12 +108,13 @@ export default { float: right; margin-right: 100px; - .block, .el-button { + .block, + .el-button { display: inline-block; margin-top: 15px; } - span{ + span { float: right; line-height: 80px; margin-left: 10px; @@ -157,18 +167,18 @@ export default { -o-transition: all 0.5s; transition: all 0.5s; animation-duration: 3s; - animation-name: slidein; + animation-name: slidein; } @keyframes slidein { - from { - width: 740px; - } + from { + width: 740px; + } - to { - width: 180px; + to { + width: 180px; + } } -} li img { object-fit: cover; diff --git a/src/views/login.vue b/src/views/login.vue index 63d86b6..ac99a7f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -21,6 +21,14 @@ show-password > + + +
    @@ -51,7 +59,8 @@ export default { return { form: { password: '', - username: '' + username: '', + affirm: '' }, checked: false, rules: {