Skip to content

Commit bd7e67e

Browse files
committed
feat: 修订变量名
1 parent 41b3a0d commit bd7e67e

File tree

4 files changed

+216
-36
lines changed

4 files changed

+216
-36
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"changelog": "node ./scripts/generate-changelog.js",
5555
"clone:jdharmony": "node ./scripts/harmony/clone-jdharmony.js",
5656
"dev": "vite --open --force",
57+
"dev:jmapp": "VITE_APP_PROJECT_ID=jmapp vite --open --force",
5758
"dev:rtl": "VITE_RTL=rtl vite --open --force",
5859
"dev:jrkf": "VITE_APP_PROJECT_ID=jrkf vite --open --force",
5960
"dev:taro:rn:dark": "THEME=dark pnpm dev:taro:rn",

src/styles/theme-jmapp.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ page {
221221
--nutui-font-weight-bold: 600;
222222
--nutui-line-height: 140%;
223223

224+
--nutui-spacing-xxxs: var(--nutui-spacing-1);
224225
--nutui-spacing-xxs: var(--nutui-spacing-1);
225226
--nutui-spacing-xs: var(--nutui-spacing-2);
226227
--nutui-spacing-s: var(--nutui-spacing-3);

0 commit comments

Comments
 (0)