交换图表位置
This commit is contained in:
+11
-10
@@ -7,6 +7,17 @@
|
||||
<span class="text-lg font-bold tracking-tight">OpenTeam</span>
|
||||
</a>
|
||||
<div class="flex items-center gap-1.5">
|
||||
|
||||
<!-- GitHub -->
|
||||
<a href="https://github.com/mirrors2/opencatd-open" target="_blank" rel="noopener noreferrer"
|
||||
class="btn btn-ghost btn-sm size-8 justify-center gap-2 rounded-full px-0 sm:w-auto sm:px-2">
|
||||
<Icon icon="simple-icons:github" class="size-4 shrink-0" aria-hidden="true" />
|
||||
<span class="hidden sm:inline">Star</span>
|
||||
<span class="hidden sm:inline-flex items-center gap-1 rounded-full bg-base-200 px-1 py-0.5 text-xs font-medium tabular-nums">
|
||||
<Icon icon="mingcute:star-fill" class="size-3.5 text-warning" aria-hidden="true" />
|
||||
{{ star }}
|
||||
</span>
|
||||
</a>
|
||||
<!-- Theme switcher -->
|
||||
<div v-if="themeMenuOpen" class="fixed inset-0 z-40" aria-hidden="true" @click="themeMenuOpen = false"></div>
|
||||
<div class="dropdown dropdown-end" :class="{ 'dropdown-open': themeMenuOpen }">
|
||||
@@ -38,16 +49,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- GitHub -->
|
||||
<a href="https://github.com/mirrors2/opencatd-open" target="_blank" rel="noopener noreferrer"
|
||||
class="btn btn-ghost btn-sm size-8 justify-center gap-2 rounded-full px-0 sm:w-auto sm:px-2">
|
||||
<Icon icon="simple-icons:github" class="size-4 shrink-0" aria-hidden="true" />
|
||||
<span class="hidden sm:inline">Star</span>
|
||||
<span class="hidden sm:inline-flex items-center gap-1 rounded-full bg-base-200 px-1 py-0.5 text-xs font-medium tabular-nums">
|
||||
<Icon icon="mingcute:star-fill" class="size-3.5 text-warning" aria-hidden="true" />
|
||||
{{ star }}
|
||||
</span>
|
||||
</a>
|
||||
<!-- Dashboard -->
|
||||
<RouterLink to="/dashboard" class="btn btn-primary btn-sm size-8 justify-center gap-1.5 rounded-full px-0 sm:w-auto sm:px-3">
|
||||
<LayoutDashboard class="size-4 shrink-0 sm:hidden" aria-hidden="true"/>
|
||||
|
||||
Reference in New Issue
Block a user