style: use unocss rewrite css

This commit is contained in:
张传龙
2022-07-14 18:05:47 +08:00
parent d10b8f0e96
commit 5856f601fa
16 changed files with 51 additions and 93 deletions

View File

@@ -1,5 +1,5 @@
<template>
<n-config-provider :theme-overrides="themStore.naiveThemeOverrides">
<n-config-provider wh-full :theme-overrides="themStore.naiveThemeOverrides">
<n-loading-bar-provider>
<n-dialog-provider>
<n-notification-provider>

View File

@@ -15,7 +15,8 @@
:class="{ overflow: isOverflow && showArrow }"
:style="{
transform: `translateX(${translateX}px)`,
}">
}"
>
<slot />
</div>
</div>