From 77a1546817442b859850d9554c6842231fdbd965 Mon Sep 17 00:00:00 2001 From: zhipenglin Date: Fri, 7 Feb 2025 14:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/example.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7272aa..24d330e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kne/modules-dev", - "version": "2.1.4", + "version": "2.1.5", "description": "用于辅助在项目内启动一个规范化组件开发的环境", "publishConfig": { "source": "src/index.js", diff --git a/src/example.module.scss b/src/example.module.scss index dbefbaa..c89646c 100644 --- a/src/example.module.scss +++ b/src/example.module.scss @@ -77,7 +77,7 @@ } .example-page { - :global(.core-page-main) { + :global(.core-page-main-content) { background: #FFFFFF; } }