style(HistoryDatabase): adjust padding and max-width for improved layout

- Reduced top padding from 40px to 35px for better spacing.
- Increased max-width of the separator from 200px to 300px to enhance visual balance.
This commit is contained in:
666ghj 2026-01-09 11:26:27 +08:00
parent d79ea2b861
commit aa47087b18

View file

@ -434,7 +434,7 @@ onUnmounted(() => {
width: 100%;
min-height: 280px;
margin-top: 40px;
padding: 40px 0 40px;
padding: 35px 0 40px;
overflow: visible;
}
@ -499,7 +499,7 @@ onUnmounted(() => {
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, #E5E7EB, transparent);
max-width: 200px;
max-width: 300px;
}
.section-title {