ФК на мобилке в окошке настроек полей помещаются все имена полей, + фикс тексареа
This commit is contained in:
parent
71ed0bc529
commit
0f8b448a65
@ -190,7 +190,10 @@ function ContactFormParent({ outerContainerSx: sx, children }: Props) {
|
||||
rows={8}
|
||||
placeholder="Дополнительный текст формы"
|
||||
sxForm={{
|
||||
height: "287px",
|
||||
height: "197px",
|
||||
}}
|
||||
sx={{
|
||||
height: "197px"
|
||||
}}
|
||||
maxLength={300}
|
||||
/>
|
||||
|
||||
@ -122,6 +122,7 @@ export default function WindowNewField({ drawerState, closeDrawer }: Props) {
|
||||
padding: "20px",
|
||||
display: "flex",
|
||||
gap: "10px",
|
||||
flexWrap: "wrap"
|
||||
}}
|
||||
>
|
||||
{buttonSetting.flatMap((e, i) =>
|
||||
|
||||
@ -93,13 +93,16 @@ export const ResultForm = ({
|
||||
</Typography>
|
||||
)}
|
||||
|
||||
<Typography
|
||||
sx={{
|
||||
m: "20px 0",
|
||||
}}
|
||||
>
|
||||
{resultQuestion.title || "Форма результатов"}
|
||||
</Typography>
|
||||
{resultQuestion.title &&
|
||||
<Typography
|
||||
sx={{
|
||||
m: "20px 0",
|
||||
}}
|
||||
>
|
||||
{resultQuestion.title}
|
||||
</Typography>
|
||||
}
|
||||
|
||||
|
||||
{resultQuestion.content.text !== "" &&
|
||||
resultQuestion.content.text !== " " && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user