hide bottom space rule
This commit is contained in:
parent
3c12d849f6
commit
a95c2fcbb4
10 changed files with 469 additions and 494 deletions
|
|
@ -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>([
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue