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" />
</Switch>
</div>
<div className="flex-1 sm:hidden tc-background" style={{ zIndex: -1 }} />
<div className="flex-1 sm:hidden tc-background -z-1" />
</div>
);
});

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

Loading…
Cancel
Save