ソースを参照

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>


読み込み中…
キャンセル
保存