Commit 3136ee46 authored by “yiyousong”'s avatar “yiyousong”

pref:修改登录界面样式

parent 143ea601
......@@ -14,8 +14,8 @@ html * {
html,
body {
width: 100%;
// height: 100%;
min-height: 100%;
height: 100%;
// min-height: 100%;
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial,
sans-serif;
}
......@@ -226,7 +226,9 @@ a {
pointer-events: none;
}
#app,
#app{
height: 100%;
}
.pages {
.flex;
.flex-v;
......
......@@ -19,7 +19,8 @@
</el-form-item>
<el-form-item size="large">
<el-button
type="primary" class="addclass"
type="primary"
class="addclass"
native-type="submit"
:loading="loading"
@click="onSubmit"
......@@ -40,9 +41,7 @@ import { createSocket } from "@/assets/utils/websocket";
export default {
name: "login",
created() {
},
created() {},
methods: {
login() {
this.loading = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment