From d59cda9cc45f01841fa6b451e95335f6485274a8 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 14 Nov 2024 12:05:16 +0100 Subject: [PATCH] DX format signature vue app --- .../public/vuejs/DocumentSignature/App.vue | 133 ++++++++++-------- 1 file changed, 75 insertions(+), 58 deletions(-) diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue index b46ecae3a..133983acc 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue @@ -40,23 +40,23 @@ {{ z.label.fr }} - +
{{ $t("cancel") }} -
@@ -125,23 +132,23 @@ {{ z.label.fr }} - +
{{ $t("cancel") }} -
-
- +
+
@@ -683,11 +700,11 @@ init(); } .onAddZone { - cursor: not-allowed; + cursor: not-allowed; - #canvas { - cursor: copy; - } + #canvas { + cursor: copy; + } } div#action-buttons {