mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 22:45:57 +08:00
style update
This commit is contained in:
parent
cb4875a3a7
commit
cef1010cb5
@ -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;
|
|
||||||
}
|
|
@ -28,7 +28,6 @@ import LanguagePage from './language-page'
|
|||||||
import ApiBasedExtensionPage from './api-based-extension-page'
|
import ApiBasedExtensionPage from './api-based-extension-page'
|
||||||
import DataSourcePage from './data-source-page'
|
import DataSourcePage from './data-source-page'
|
||||||
import ModelProviderPage from './model-provider-page'
|
import ModelProviderPage from './model-provider-page'
|
||||||
import s from './index.module.css'
|
|
||||||
import cn from '@/utils/classnames'
|
import cn from '@/utils/classnames'
|
||||||
import BillingPage from '@/app/components/billing/billing-page'
|
import BillingPage from '@/app/components/billing/billing-page'
|
||||||
import CustomPage from '@/app/components/custom/custom-page'
|
import CustomPage from '@/app/components/custom/custom-page'
|
||||||
@ -166,7 +165,7 @@ export default function AccountSetting({
|
|||||||
<Modal
|
<Modal
|
||||||
isShow
|
isShow
|
||||||
onClose={() => { }}
|
onClose={() => { }}
|
||||||
className={s.modal}
|
className='my-[60px] p-0 max-w-[1024px] rounded-xl overflow-y-auto'
|
||||||
wrapperClassName='pt-[60px]'
|
wrapperClassName='pt-[60px]'
|
||||||
>
|
>
|
||||||
<div className='flex'>
|
<div className='flex'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user