Browse Source

style: 修改标题的字体

dev-zw-home
zhaowei 5 months ago
parent
commit
971399a79a
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      react-ui/package.json
  2. +1
    -0
      react-ui/src/pages/Home/components/Footer/index.less
  3. +1
    -0
      react-ui/src/pages/Home/components/NavBar/index.less

+ 1
- 1
react-ui/package.json View File

@@ -35,7 +35,7 @@
"serve": "umi-serve", "serve": "umi-serve",
"start": "cross-env UMI_ENV=dev max dev", "start": "cross-env UMI_ENV=dev max dev",
"start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev UMI_DEV_SERVER_COMPRESS=none max dev", "start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev UMI_DEV_SERVER_COMPRESS=none max dev",
"start:mock": "cross-env REACT_APP_ENV=dev UMI_ENV=dev max dev",
"start:mock": "cross-env REACT_APP_ENV=dev UMI_ENV=dev UMI_DEV_SERVER_COMPRESS=none max dev",
"start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev", "start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev",
"start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev max dev", "start:test": "cross-env REACT_APP_ENV=test MOCK=none UMI_ENV=dev max dev",
"storybook": "storybook dev -p 6006", "storybook": "storybook dev -p 6006",


+ 1
- 0
react-ui/src/pages/Home/components/Footer/index.less View File

@@ -15,6 +15,7 @@
margin-right: 5rem; margin-right: 5rem;
color: @home-text-color; color: @home-text-color;
font-size: 1.5rem; font-size: 1.5rem;
font-family: WenYiHei;
} }


&__about-us { &__about-us {


+ 1
- 0
react-ui/src/pages/Home/components/NavBar/index.less View File

@@ -15,6 +15,7 @@
&__app-name { &__app-name {
margin-right: 6.625rem; margin-right: 6.625rem;
font-size: 1.375rem; font-size: 1.375rem;
font-family: WenYiHei;
} }


&__menu-item { &__menu-item {


Loading…
Cancel
Save