|
@@ -7,6 +7,7 @@
|
|
<span @click="update('register')">注册账号</span> |
|
|
<span @click="update('register')">注册账号</span> |
|
|
<span @click="update('forget')">忘记密码</span>
|
|
<span @click="update('forget')">忘记密码</span>
|
|
</div>
|
|
</div>
|
|
|
|
+ <router-view />
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -75,7 +76,7 @@ let WXLogin = function () {
|
|
@media only screen and (max-width: 768px) {
|
|
@media only screen and (max-width: 768px) {
|
|
.content {
|
|
.content {
|
|
width: 80%;
|
|
width: 80%;
|
|
- height: 35%;
|
|
|
|
|
|
+ height: 300px;
|
|
padding: 25px;
|
|
padding: 25px;
|
|
}
|
|
}
|
|
|
|
|