сетка точками и выделение
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user