сетка точками и выделение

This commit is contained in:
2025-07-18 08:35:36 +03:00
parent 7189266bdb
commit fda99279d3
4 changed files with 540 additions and 400 deletions

View File

@@ -387,7 +387,7 @@ const ProtocolForm: FC<ProtocolFormProps> = ({ template, onSave, onBack }) => {
{/* Полноэкранная форма */}
<div className="flex-1 overflow-auto">
<div
className="relative bg-white shadow-lg mx-auto my-8"
className="relative mx-auto my-8"
style={{ width: canvasSize.width, height: canvasSize.height }}
>
{template.elements.map((element) => {