From 543dfcbb744f83c73c7b2b42d136ddd342dff2b9 Mon Sep 17 00:00:00 2001 From: pdsuwwz Date: Wed, 28 Jun 2023 10:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=8A=20feat:=20update=20components=20dt?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- src/widgets/WorkTabs/Tabs.vue | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/components.d.ts b/components.d.ts index bc78b80..97d0e17 100644 --- a/components.d.ts +++ b/components.d.ts @@ -38,8 +38,6 @@ declare module 'vue' { NGrid: typeof import('naive-ui')['NGrid'] NIcon: typeof import('naive-ui')['NIcon'] NInput: typeof import('naive-ui')['NInput'] - NLayout: typeof import('naive-ui')['NLayout'] - NLayoutSider: typeof import('naive-ui')['NLayoutSider'] NList: typeof import('naive-ui')['NList'] NListItem: typeof import('naive-ui')['NListItem'] NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider'] diff --git a/src/widgets/WorkTabs/Tabs.vue b/src/widgets/WorkTabs/Tabs.vue index 60fe44a..4731375 100644 --- a/src/widgets/WorkTabs/Tabs.vue +++ b/src/widgets/WorkTabs/Tabs.vue @@ -212,7 +212,7 @@ onUnmounted(async() => { border-radius: 8px 8px 0 0; margin-right: 2px; - --at-apply: bg-#fcfcfc dark:bg-#444444; + --at-apply: bg-#fcfcfc dark:bg-#302f2f; &:last-child { margin-right: 0; @@ -262,7 +262,7 @@ onUnmounted(async() => { --at-apply: dark:bg-#1e1e20; & > .tab-item-icon { - color: #b6b9c1; + --at-apply: c-#909399 dark:c-#b6b9c1; } } }