This commit is contained in:
Viet An
2026-06-08 22:37:23 +07:00
parent 853f969921
commit 5f39f5b0ec
14 changed files with 285 additions and 150 deletions

View File

@@ -53,7 +53,7 @@
</template>
</Suspense>
</section>
<footer class="modal-card-foot px-4 pb-4 pt-0"></footer>
<footer class="modal-card-foot p-4"></footer>
</div>
</div>
</Teleport>
@@ -166,6 +166,7 @@ onUnmounted(() => {
.modal-card-foot {
background-color: var(--bulma-modal-card-body-background-color);
box-shadow: 0 -0.125em 0 0 hsla(var(--bulma-shadow-h), var(--bulma-shadow-s), var(--bulma-shadow-l), 0.1);
&:empty {
display: none;