clear
This commit is contained in:
parent
847f1df785
commit
4446ba3759
|
@ -83,10 +83,6 @@ export default defineComponent(() => {
|
||||||
'w-full h-full relative flex ',
|
'w-full h-full relative flex ',
|
||||||
isGame.value ? 'bg-[#2C2E3D]' : 'bg-[#fffc] backdrop-blur'
|
isGame.value ? 'bg-[#2C2E3D]' : 'bg-[#fffc] backdrop-blur'
|
||||||
)}
|
)}
|
||||||
// style={{
|
|
||||||
// backgroundImage: `url('/tab/bg/gameModel.png')`,
|
|
||||||
// backgroundSize: '100% 100%'
|
|
||||||
// }}
|
|
||||||
>
|
>
|
||||||
<ThemeProvider dark={isGame.value}>
|
<ThemeProvider dark={isGame.value}>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue