mirror of https://gitee.com/answerdev/answer.git
fix: add bg-f5 class
This commit is contained in:
parent
701beb0de6
commit
6e580d1a5a
|
@ -107,9 +107,8 @@ a {
|
|||
margin-top: auto !important;
|
||||
}
|
||||
|
||||
.page-wrap2 {
|
||||
.bg-f5 {
|
||||
background-color: #f5f5f5;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.btn-no-border,
|
||||
|
|
|
@ -245,7 +245,7 @@ const Index: FC = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="page-wrap2 py-5">
|
||||
<div className="bg-f5 py-5 flex-grow-1">
|
||||
<PageTitle title={t('install', { keyPrefix: 'page_title' })} />
|
||||
<Container className='py-3'>
|
||||
<Row className="justify-content-center">
|
||||
|
|
|
@ -8,7 +8,7 @@ const Index = () => {
|
|||
keyPrefix: 'page_maintenance',
|
||||
});
|
||||
return (
|
||||
<div className="page-wrap2">
|
||||
<div className="bg-f5">
|
||||
<Container
|
||||
className="d-flex flex-column justify-content-center align-items-center"
|
||||
style={{ minHeight: '100vh' }}>
|
||||
|
|
Loading…
Reference in New Issue