Skip to content

Commit 3e6d01e

Browse files
authored
Merge pull request #90 from kne-union/linzp
修改样式
2 parents cb565cd + 5bdec42 commit 3e6d01e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kne/modules-dev",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "用于辅助在项目内启动一个规范化组件开发的环境",
55
"publishConfig": {
66
"source": "src/index.js",

src/example.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,7 @@
7777
}
7878

7979
.example-page {
80-
background: #FFFFFF;
80+
:global(.core-page-main) {
81+
background: #FFFFFF;
82+
}
8183
}

0 commit comments

Comments
 (0)