fix: ai input box not auto adapt width follow drawer

This commit is contained in:
2025-10-29 00:30:31 +08:00
parent 2cce67d350
commit 3de5d296a0

View File

@@ -8,8 +8,11 @@
flex-direction: column;
gap: 16px;
align-items: center; /* 居中内部内容 */
width: 100%;
}
.input-drawer-title {
font-size: 24px;
font-weight: 700;
color: var(--text-primary);
letter-spacing: 0.5px;