diff --git a/index.html b/index.html index 4441eb6e..9677e1b3 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,83 @@ -
+
+ +
+
+ + diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 349b9293..a9f361b6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -83,7 +83,17 @@ />
- + + +
@@ -305,10 +315,19 @@ onMounted(() => { top: 0; right: 0; - img { - width: 120px; - height: 48px; - cursor: pointer; + .image-slot { + display: flex; + align-items: center; + justify-content: right; + width: 100%; + height: 100%; + font-size: 18px; + color: var(--el-text-color-secondary); + background: var(--el-fill-color-light); + + svg { + margin-right: 10px; + } } } }