Skip to content

Commit fa65ebf

Browse files
committed
Change Layout Style
1 parent 412401a commit fa65ebf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/NavbarView.vue

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<div><a class="link-tab" href="https://github.com/ControlNet/wt-data-project.web/issues" target="_blank">{{$t('Navbar.Issues')}}</a></div>
1515
<div><a class="link-tab nav-tab-point" href="https://github.com/ControlNet/wt-data-project.web/discussions" target="_blank">{{$t('Navbar.Forum')}}<span class="nav-tab-span">NEW</span></a></div>
1616
<div><a class="link-tab" href="https://github.com/ControlNet" target="_blank">{{$t('Navbar.Github')}}</a></div>
17+
<div class="cover"></div>
1718
</el-header>
1819
</template>
1920

@@ -35,6 +36,7 @@
3536
border-radius: 32px;
3637
margin: auto;
3738
margin-top: 20px;
39+
position: relative;
3840
}
3941
4042
.navbar > div {
@@ -76,4 +78,8 @@ padding: 20px 16px;
7678
top: 13px;
7779
left: 35px;
7880
}
81+
82+
.cover{
83+
84+
}
7985
</style>

0 commit comments

Comments
 (0)