소스 검색

update style

web-access-fix-2
Jason Chuang 1 일 전
부모
커밋
6202ecb2fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/layout/MainLayout/Header/index.js

+ 1
- 1
src/layout/MainLayout/Header/index.js 파일 보기

@@ -870,7 +870,7 @@ function Header(props) {
<Stack direction="row" justifyContent="space-between" alignItems="center" width="100%">
<MobileLogo />
<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" />
</span>
</Stack>


불러오는 중...
취소
저장