mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 09:05:30 +08:00
### What problem does this PR solve? Feat: Adjust the style of the canvas node #10703 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -41,7 +41,7 @@ const UserSetting = () => {
|
||||
className={cn(styles.settingWrapper, 'overflow-auto flex flex-1 pt-4')}
|
||||
>
|
||||
<SideBar></SideBar>
|
||||
<div className={cn(styles.outletWrapper, 'flex flex-1 px-8')}>
|
||||
<div className={cn(styles.outletWrapper, 'flex flex-1')}>
|
||||
<Outlet></Outlet>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user