fix: 增加拼图界面内容输入框高度,从150dp改为200dp,确保能完整显示5行文字

This commit is contained in:
2026-03-06 23:53:31 +08:00
parent 539b076fac
commit 150e259205
90 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#Fri Mar 06 23:09:36 CST 2026 #Fri Mar 06 23:51:37 CST 2026
path.4=14/classes.dex path.4=14/classes.dex
path.3=12/classes.dex path.3=12/classes.dex
path.2=10/classes.dex path.2=10/classes.dex

View File

@@ -1 +1 @@
פ8מ)ת*ר'&ט%<EFBFBD>!רש#<EFBFBD># τ8ξ)ϊ*ψ'ί&θ%ή!ψω#ϋ#η#η#η#η#

View File

@@ -1 +1 @@
ëXè¾ú¹Ñ~Ì>Åô­ï`ý¿ÄJùÉïNÔî×úbå4å²×?Í#àÀ2èjÓ*ú3ð²ÀÚëð2ã; ëXè¾ú¹Ñ~Ì>Åô­ï`ý¿ÄJùÉïNÔî×úbå4å²×?Í#àÀ2èjÓ*ú3ð²ÀÚëð2ã;Ñþñ/Éæ†À0ÉÅ€î*ËüíØ&ü

View File

@@ -373,7 +373,7 @@ fun MergeScreen(
label = { Text("内容最多5行") }, label = { Text("内容最多5行") },
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.heightIn(min = 150.dp), .heightIn(min = 200.dp),
minLines = 5, minLines = 5,
maxLines = 5 maxLines = 5
) )