mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Signature: topbar UI
This commit is contained in:
parent
57d2929ecd
commit
ae1459cf77
@ -27,7 +27,7 @@
|
|||||||
</modal>
|
</modal>
|
||||||
</teleport>
|
</teleport>
|
||||||
<div class="col-12 m-auto">
|
<div class="col-12 m-auto">
|
||||||
<div class="row justify-content-center border pdf-tools d-md-none">
|
<div class="row justify-content-center border-bottom pdf-tools d-md-none">
|
||||||
<div v-if="pageCount > 1" class="col text-center turn-page">
|
<div v-if="pageCount > 1" class="col text-center turn-page">
|
||||||
<button
|
<button
|
||||||
class="btn btn-light btn-sm"
|
class="btn btn-light btn-sm"
|
||||||
@ -93,7 +93,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="row justify-content-center border pdf-tools d-none d-md-flex"
|
class="row justify-content-center border-bottom pdf-tools d-none d-md-flex"
|
||||||
>
|
>
|
||||||
<div v-if="pageCount > 1" class="col-2 text-center turn-page p-0">
|
<div v-if="pageCount > 1" class="col-2 text-center turn-page p-0">
|
||||||
<button
|
<button
|
||||||
@ -114,7 +114,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="signature.zones.length > 1"
|
v-if="signature.zones.length > 1"
|
||||||
class="col text-end d-lg-none"
|
class="col text-end d-xl-none"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
:disabled="userSignatureZone === null || userSignatureZone?.index < 1"
|
:disabled="userSignatureZone === null || userSignatureZone?.index < 1"
|
||||||
@ -126,7 +126,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="signature.zones.length > 1"
|
v-if="signature.zones.length > 1"
|
||||||
class="col text-start d-lg-none"
|
class="col text-start d-xl-none"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
:disabled="userSignatureZone?.index >= signature.zones.length - 1"
|
:disabled="userSignatureZone?.index >= signature.zones.length - 1"
|
||||||
@ -138,7 +138,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="signature.zones.length > 1"
|
v-if="signature.zones.length > 1"
|
||||||
class="col text-end d-none d-lg-flex p-0"
|
class="col text-end d-none d-xl-flex p-0"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
:disabled="userSignatureZone === null || userSignatureZone?.index < 1"
|
:disabled="userSignatureZone === null || userSignatureZone?.index < 1"
|
||||||
@ -150,7 +150,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="signature.zones.length > 1"
|
v-if="signature.zones.length > 1"
|
||||||
class="col text-start d-none d-lg-flex p-0"
|
class="col text-start d-none d-xl-flex p-0"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
:disabled="userSignatureZone?.index >= signature.zones.length - 1"
|
:disabled="userSignatureZone?.index >= signature.zones.length - 1"
|
||||||
@ -178,7 +178,7 @@
|
|||||||
{{ $t("cancel") }}
|
{{ $t("cancel") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-end p-0 pe-xxl-4">
|
<div class="col text-end p-0 pe-2 pe-xxl-4">
|
||||||
<button
|
<button
|
||||||
class="btn btn-create btn-sm"
|
class="btn btn-create btn-sm"
|
||||||
:class="{ active: canvasEvent === 'add' }"
|
:class="{ active: canvasEvent === 'add' }"
|
||||||
|
@ -25,13 +25,11 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<div class="content" id="content">
|
<div class="content" id="content">
|
||||||
<div class="container-xxl">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 m-auto">
|
<div class="col-12 m-auto">
|
||||||
<div class="row" id="document-signature"></div>
|
<div class="row" id="document-signature"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user