feat(ai-providers): 优化 OpenAI 编辑页 UI 交互与对齐

This commit is contained in:
moxi
2026-02-11 23:31:43 +08:00
parent 027ab483d4
commit c726fbc379
15 changed files with 869 additions and 238 deletions

View File

@@ -581,15 +581,16 @@ textarea {
padding: $spacing-md;
background: var(--bg-primary);
display: flex;
align-items: center;
align-items: flex-start;
justify-content: space-between;
gap: $spacing-md;
flex-wrap: wrap;
.item-meta {
display: flex;
flex-direction: column;
gap: 6px;
gap: $spacing-sm;
flex: 1;
min-width: 0;
}
.item-title {