style update

This commit is contained in:
JzoNg 2024-09-24 13:32:08 +08:00
parent cb4875a3a7
commit cef1010cb5
2 changed files with 1 additions and 10 deletions

View File

@ -1,8 +0,0 @@
.modal {
max-width: 1024px !important;
border-radius: 12px !important;
margin-top: 60px;
margin-bottom: 60px;
padding: 0 !important;
overflow-y: auto;
}

View File

@ -28,7 +28,6 @@ import LanguagePage from './language-page'
import ApiBasedExtensionPage from './api-based-extension-page'
import DataSourcePage from './data-source-page'
import ModelProviderPage from './model-provider-page'
import s from './index.module.css'
import cn from '@/utils/classnames'
import BillingPage from '@/app/components/billing/billing-page'
import CustomPage from '@/app/components/custom/custom-page'
@ -166,7 +165,7 @@ export default function AccountSetting({
<Modal
isShow
onClose={() => { }}
className={s.modal}
className='my-[60px] p-0 max-w-[1024px] rounded-xl overflow-y-auto'
wrapperClassName='pt-[60px]'
>
<div className='flex'>