work on document form

This commit is contained in:
2025-07-11 15:41:29 +02:00
parent 86801e10c2
commit 2a7e9df334
6 changed files with 90 additions and 43 deletions

View File

@@ -24,6 +24,16 @@
}
</script>
<style>
div{
min-width: 40px;
min-height: 20px;
}
div:hover{
border: 1px dotted;
}
</style>
{#if editable && editing}
<input bind:value={editValue} onkeyup={typed} autofocus />
{:else}

View File

@@ -45,6 +45,13 @@
width: 100%;
min-height: 100px;
}
div{
min-width: 40px;
min-height: 20px;
}
div:hover{
border: 1px dotted;
}
</style>
{#if editable && editing}