chore
This commit is contained in:
parent
7f2f4f15c1
commit
08cf09416a
@ -328,7 +328,8 @@ export const Configs: FC = observer(() => {
|
||||
}
|
||||
{
|
||||
displayStrategyImg &&
|
||||
<img style={{ width: '80vh', height: 'auto', zIndex: 100 }} className="fixed left-0 top-0"
|
||||
<img style={{ width: '80vh', height: 'auto', zIndex: 100 }}
|
||||
className="fixed left-0 top-0 rounded-xl select-none"
|
||||
src={commonStore.settings.language === 'zh' ? strategyZhImg : strategyImg} />
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user