(change): Making code more concise.

This commit is contained in:
2026-01-13 17:09:13 -05:00
parent c1b0421650
commit 195d2caf52
5 changed files with 45 additions and 25 deletions

View File

@@ -5,6 +5,7 @@
let {
prefix,
pagerForm = $bindable(),
headerHeight = $bindable(),
functions
} = $props()
@@ -22,7 +23,7 @@
}
</script>
<div id="formheader" class="{prefix.color}">
<div id="formheader" class="{prefix.color}" bind:offsetHeight={headerHeight}>
<div class="flex-row-space tb-margin">
<div class="flex-row">
<input type="number" bind:value={pagerForm.id_from}>