feat: style experiments
This commit is contained in:
parent
1ff584bf8b
commit
fc48f8b90c
24 changed files with 37 additions and 35 deletions
|
@ -20,7 +20,7 @@ const isRootPath = computedEager(() => route.name === 'settings')
|
|||
<div border="e base" :class="isRootPath ? 'block lg:flex-none flex-1' : 'hidden lg:block'">
|
||||
<MainContent>
|
||||
<template #title>
|
||||
<div text-lg font-bold flex items-center gap-2 @click="$scrollToTop">
|
||||
<div timeline-title-style flex items-center gap-2 @click="$scrollToTop">
|
||||
<div i-ri:settings-3-line />
|
||||
<span>{{ $t('nav.settings') }}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue