diff --git a/src/components/InputDrawer.css b/src/components/InputDrawer.css index 6863f89..c156f36 100644 --- a/src/components/InputDrawer.css +++ b/src/components/InputDrawer.css @@ -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;