style: 增加zindex:-1

pull/13/head
moonrailgun 4 years ago
parent c6a25e2b8c
commit 305a3e8b85

@ -25,7 +25,7 @@ export const EntryRoute = React.memo(() => {
<Redirect to="/entry/login" /> <Redirect to="/entry/login" />
</Switch> </Switch>
</div> </div>
<div className="flex-1 sm:hidden tc-background" style={{ zIndex: -1 }} /> <div className="flex-1 sm:hidden tc-background -z-1" />
</div> </div>
); );
}); });

@ -89,6 +89,9 @@ module.exports = {
transitionProperty: { transitionProperty: {
width: 'width', width: 'width',
}, },
zIndex: {
'-1': '-1',
},
}, },
}, },
variants: { variants: {

Loading…
Cancel
Save