Complete main UI #37

Merged
FatttSnake merged 192 commits from FatttSnake into dev 2024-02-23 16:31:17 +08:00
2 changed files with 30 additions and 23 deletions
Showing only changes of commit ee81f71f47 - Show all commits

View File

@@ -2,7 +2,10 @@
.root-content {
padding: 30px;
gap: 10px;
gap: 20px;
.root-row {
gap: 20px;
.settings-card {
padding: 20px;
@@ -32,4 +35,5 @@
}
}
}
}
}

View File

@@ -198,9 +198,12 @@ const Settings: React.FC = () => {
<FitFullScreen>
<HideScrollbar isShowVerticalScrollbar autoHideWaitingTime={500}>
<FlexBox className={'root-content'}>
<FlexBox direction={'horizontal'} className={'root-row'}>
<Permission operationCode={'system:settings:query:mail'}>
<MailSettings />
</Permission>
<div />
</FlexBox>
</FlexBox>
</HideScrollbar>
</FitFullScreen>