fix: change AuditPanel LLM fields grid layout to responsive stacked on mobile
This commit is contained in:
@@ -3,6 +3,7 @@ import Warehouse3DViewer from '../components/Warehouse3D';
|
||||
import LinearLoadsTable from '../components/LinearLoadsTable';
|
||||
import SceneCapturePanel from '../components/SceneCapturePanel';
|
||||
import FtoolExportCard from '../components/FtoolExportCard';
|
||||
import { CpiSettingsCard } from '../components/CpiSettingsCard';
|
||||
import { useGalpaoStore } from '../store/galpaoStore';
|
||||
import { useWindStore } from '../store/appStore';
|
||||
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from '@/components/ui/card';
|
||||
@@ -88,6 +89,8 @@ const GalpaoModule: React.FC = () => {
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<CpiSettingsCard />
|
||||
</div>
|
||||
|
||||
{/* Coluna Direita: Viewer 3D */}
|
||||
|
||||
Reference in New Issue
Block a user