hide bottom space rule

This commit is contained in:
Kittapath 2023-03-28 13:22:07 +07:00
parent 3c12d849f6
commit a95c2fcbb4
10 changed files with 469 additions and 494 deletions

View file

@ -17,7 +17,6 @@
<div class="col-4">
<q-input
class="q-my-sm"
hide-bottom-space
:outlined="edit"
dense
lazy-rules
@ -100,7 +99,7 @@ const props = defineProps({
}
})
const edit = ref<boolean>(false)
const edit = ref<boolean>(true)
const name = ref<string>('')
const files = ref<any>([
{