diff --git a/template/code/router/src/components/WelcomeItem.vue b/template/code/router/src/components/WelcomeItem.vue index a5eca70f8..ac366d074 100644 --- a/template/code/router/src/components/WelcomeItem.vue +++ b/template/code/router/src/components/WelcomeItem.vue @@ -16,6 +16,7 @@ .item { margin-top: 2rem; display: flex; + position: relative; } .details { diff --git a/template/code/typescript-default/src/components/WelcomeItem.vue b/template/code/typescript-default/src/components/WelcomeItem.vue index ba0def33c..6d7086aea 100644 --- a/template/code/typescript-default/src/components/WelcomeItem.vue +++ b/template/code/typescript-default/src/components/WelcomeItem.vue @@ -16,6 +16,7 @@ .item { margin-top: 2rem; display: flex; + position: relative; } .details { diff --git a/template/code/typescript-router/src/components/WelcomeItem.vue b/template/code/typescript-router/src/components/WelcomeItem.vue index ba0def33c..6d7086aea 100644 --- a/template/code/typescript-router/src/components/WelcomeItem.vue +++ b/template/code/typescript-router/src/components/WelcomeItem.vue @@ -16,6 +16,7 @@ .item { margin-top: 2rem; display: flex; + position: relative; } .details {