From b11db55b2cca7de16dce8bda1e2b6e86d7ed3480 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 23 Apr 2024 14:28:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20notion=20style=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_app.js b/pages/_app.js index deab9a8b..f2fe635a 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -3,8 +3,8 @@ import '@/styles/globals.css' import '@/styles/utility-patterns.css' // core styles shared by all of react-notion-x (required) -// import 'react-notion-x/src/styles.css' // 原版的react-notion-x -import '@/styles/notion.css' // 重写notion样式 +import '@/styles/notion.css' // 重写部分notion样式 +import 'react-notion-x/src/styles.css' // 原版的react-notion-x import useAdjustStyle from '@/hooks/useAdjustStyle' import { GlobalContextProvider } from '@/lib/global'