refactor: add top bar and adjust home page layout

- add top bar to show the title of web site
- move ai input and input image into right side drawer
This commit is contained in:
2025-10-28 16:46:45 +08:00
parent 1284698948
commit bd817279db
11 changed files with 280 additions and 33 deletions

View File

@@ -2,13 +2,14 @@
.input-panel {
display: flex;
flex-direction: column;
gap: 8px;
gap: 12px; /* 增大间距 */
}
.input-panel .ant-input-outlined,
.input-panel .ant-input {
background: rgba(255,255,255,0.04);
color: #e5e7eb;
min-height: 180px; /* 提升基础高度,配合 autoSize 更宽裕 */
}
.input-actions {