Browse Source

update style

master
Jason Chuang 2 months ago
parent
commit
6202ecb2fc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/layout/MainLayout/Header/index.js

+ 1
- 1
src/layout/MainLayout/Header/index.js View File

@@ -870,7 +870,7 @@ function Header(props) {
<Stack direction="row" justifyContent="space-between" alignItems="center" width="100%"> <Stack direction="row" justifyContent="space-between" alignItems="center" width="100%">
<MobileLogo /> <MobileLogo />
<Stack justifyContent="flex-start" alignItems="flex-start" width="100%" ml={2}> <Stack justifyContent="flex-start" alignItems="flex-start" width="100%" ml={2}>
<span style={{ color: checkSysEnv() !== "" ? "red" : "#1976d2" }} id="mobileTitle">
<span style={{ color: checkSysEnv() !== "" ? "red" : "#000" }} id="mobileTitle">
<FormattedMessage id="PNSPS" /> <FormattedMessage id="PNSPS" />
</span> </span>
</Stack> </Stack>


Loading…
Cancel
Save