@@ -105,7 +108,7 @@ const login = function () {
.contain {
position fixed
left 50%
- top 50%
+ top 40%
width 90%
max-width 400px;
transform translate(-50%, -50%)
@@ -113,6 +116,13 @@ const login = function () {
color #ffffff
border-radius 10px;
+ .logo {
+ text-align center
+ .el-image {
+ width 120px;
+ }
+ }
+
.header {
width 100%
margin-bottom 24px
diff --git a/web/src/views/Register.vue b/web/src/views/Register.vue
index 735f14df..45c685eb 100644
--- a/web/src/views/Register.vue
+++ b/web/src/views/Register.vue
@@ -3,6 +3,10 @@
+
@@ -141,6 +145,13 @@ const validateMobile = function (mobile) {
border-radius 10px;
background rgba(255, 255, 255, 0.3)
+ .logo {
+ text-align center
+ .el-image {
+ width 120px;
+ }
+ }
+
.header {
width 100%
margin-bottom 24px
+
+
+
{{ title }}