feat: products and services tabs for mobile

This commit is contained in:
2025-09-23 10:41:55 +04:00
parent 41ff994ad1
commit a83328492e
18 changed files with 635 additions and 4 deletions

View File

@ -97,6 +97,7 @@ const DealEditorBody: FC<Props> = props => {
orientation={isMobile ? "horizontal" : "vertical"}
h={isMobile ? "min-content" : "97vh"}
mih={isMobile ? "min-content" : "97vh"}
keepMounted={false}
classNames={{ tab: styles.tab }}>
<TabsList>
{getTab("general", "Общая информация", <IconEdit />)}