mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 13:43:42 +08:00
优化项目 (#75)
* 💄 improve: channel search * 💄 improve: channel Table * 💄 improve: add channel batch
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import { Container } from '@mui/material';
|
||||
|
||||
const AdminContainer = styled(Container)(({ theme }) => ({
|
||||
[theme.breakpoints.down('md')]: {
|
||||
paddingLeft: '0px',
|
||||
paddingRight: '0px'
|
||||
}
|
||||
}));
|
||||
const AdminContainer = styled(Container)({
|
||||
paddingLeft: '0px !important',
|
||||
paddingRight: '0px !important'
|
||||
});
|
||||
|
||||
export default AdminContainer;
|
||||
|
||||
Reference in New Issue
Block a user