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

pref:修改登录界面样式

parent 143ea601
...@@ -14,8 +14,8 @@ html * { ...@@ -14,8 +14,8 @@ html * {
html, html,
body { body {
width: 100%; width: 100%;
// height: 100%; height: 100%;
min-height: 100%; // min-height: 100%;
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial,
sans-serif; sans-serif;
} }
...@@ -226,7 +226,9 @@ a { ...@@ -226,7 +226,9 @@ a {
pointer-events: none; pointer-events: none;
} }
#app, #app{
height: 100%;
}
.pages { .pages {
.flex; .flex;
.flex-v; .flex-v;
......
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
</el-form-item> </el-form-item>
<el-form-item size="large"> <el-form-item size="large">
<el-button <el-button
type="primary" class="addclass" type="primary"
class="addclass"
native-type="submit" native-type="submit"
:loading="loading" :loading="loading"
@click="onSubmit" @click="onSubmit"
...@@ -40,9 +41,7 @@ import { createSocket } from "@/assets/utils/websocket"; ...@@ -40,9 +41,7 @@ import { createSocket } from "@/assets/utils/websocket";
export default { export default {
name: "login", name: "login",
created() { created() {},
},
methods: { methods: {
login() { login() {
this.loading = true; 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