결재 단계 UI 보완 및 분석 통과

This commit is contained in:
JiWoong Sul
2025-09-25 17:18:08 +09:00
parent c31f6217ef
commit 6d6781f552
7 changed files with 99 additions and 103 deletions

View File

@@ -513,8 +513,8 @@ class _ApprovalEnabledPageState extends State<_ApprovalEnabledPage> {
const SizedBox(height: 8),
ShadTextarea(
controller: noteController,
minLines: 3,
maxLines: 5,
minHeight: 120,
maxHeight: 220,
),
if (requireNote)
Padding(