style: 输入框调整

This commit is contained in:
2026-03-06 13:26:14 +08:00
parent c52f825ee6
commit 0d29e8fc44
2 changed files with 16 additions and 3 deletions

View File

@@ -490,7 +490,7 @@
// width: 39%;
// width: 63.4rem;
// flex: 1;
width: 63.4rem;
width: 67.4rem;
margin-right: 2.7rem;
background-color: #fff;
border-radius: 2rem;
@@ -516,9 +516,9 @@
row-gap: 2.4rem;
.assist-input-wrapper {
width: 100%;
height: 14.4rem;
// height: 14.4rem;
min-height: 14.4rem !important;
max-height: 14.4rem !important;
max-height: 18.1rem !important;
}
}
.input-wrapper {