+
+
{{ username }}
@@ -144,6 +193,11 @@ const handleCommand = (command: string) => {
+
+
+ 登录
+
+
@@ -303,6 +357,16 @@ const handleCommand = (command: string) => {
}
}
}
+
+ .login-section {
+ flex-shrink: 0;
+
+ .el-button {
+ height: 32px;
+ padding: 0 16px;
+ font-size: 14px;
+ }
+ }
}
}
}
@@ -334,6 +398,14 @@ const handleCommand = (command: string) => {
.username {
display: none; // 小屏幕隐藏用户名
}
+
+ .login-section {
+ .el-button {
+ height: 28px;
+ padding: 0 12px;
+ font-size: 13px;
+ }
+ }
}
}
}
diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue
new file mode 100644
index 0000000..70d8d42
--- /dev/null
+++ b/frontend/src/views/login/index.vue
@@ -0,0 +1,299 @@
+