{
diff --git a/src/components/Navigation/NavBar.vue b/src/components/Navigation/NavBar.vue
index 3a190bc..507c49f 100644
--- a/src/components/Navigation/NavBar.vue
+++ b/src/components/Navigation/NavBar.vue
@@ -18,10 +18,9 @@
:auth="isAuth"
/>
-
-
-
-
+
+
+
@@ -33,6 +32,8 @@ import NavigationAvatar from '@/components/Navigation/Avatar.vue'
import NavigationChangeTheme from '@/components/Navigation/ChangeTheme.vue'
import NavigationSideLogo from '@/components/Navigation/Side/SideLogo.vue'
+import Octocat from '@/components/Octocat.vue'
+
defineOptions({
name: 'NavigationNavBar'
})
@@ -72,7 +73,8 @@ $headerHeight: 48px;
.navbar-header-box {
display: flex;
height: 100%;
- padding: 0 16px;
+ padding-left: 16px;
+ padding-right: 6px;
}
}
diff --git a/src/components/Navigation/Side/SideAction.vue b/src/components/Navigation/Side/SideAction.vue
index 89c530d..bbc5afa 100644
--- a/src/components/Navigation/Side/SideAction.vue
+++ b/src/components/Navigation/Side/SideAction.vue
@@ -49,7 +49,7 @@ export default defineComponent({
.action-item {
height: 100%;
line-height: inherit;
- padding: 0 12px;
+ padding: 0 6px;
margin-right: 5px;
&:last-child {
diff --git a/src/components/Footer/octocat.vue b/src/components/Octocat.vue
similarity index 93%
rename from src/components/Footer/octocat.vue
rename to src/components/Octocat.vue
index 226e6b4..c171515 100644
--- a/src/components/Footer/octocat.vue
+++ b/src/components/Octocat.vue
@@ -1,6 +1,6 @@
@@ -32,6 +32,8 @@ export default defineComponent({
diff --git a/src/modules/HomeFront/pages/overview.vue b/src/modules/HomeFront/pages/overview.vue
index dd04f39..32d239e 100644
--- a/src/modules/HomeFront/pages/overview.vue
+++ b/src/modules/HomeFront/pages/overview.vue
@@ -1,88 +1,88 @@
-
-
-
- 返回项目列表
-
-
-
+
-
-
-
- {{ cardConfigItem.title }}
+
-
+
+
+
+
+
+
-
- {{ overviewData.content }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/modules/UserAccount/components/ContainerLayout.vue b/src/modules/UserAccount/components/ContainerLayout.vue
index d550693..546b6b1 100644
--- a/src/modules/UserAccount/components/ContainerLayout.vue
+++ b/src/modules/UserAccount/components/ContainerLayout.vue
@@ -41,13 +41,26 @@
text
tag="a"
type="primary"
+ tabindex="-1"
@click="handleClickLink(formItem.link)"
>
{{ formItem.link.text }}