fix: work name & properties dialog size
This commit is contained in:
parent
2fb345e78f
commit
e9db42b2b2
2 changed files with 3 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="full-width column no-wrap" style="height: 50vh">
|
||||
<div class="full-width column no-wrap">
|
||||
<div class="row">
|
||||
<q-btn-dropdown
|
||||
icon="mdi-plus"
|
||||
|
|
|
|||
|
|
@ -1587,6 +1587,7 @@ watch(currentStatus, async () => {
|
|||
<FormDialog
|
||||
no-address
|
||||
no-app-box
|
||||
height="75vh"
|
||||
width="75%"
|
||||
title="Properties"
|
||||
v-model:modal="propertiesDialog"
|
||||
|
|
@ -1619,6 +1620,7 @@ watch(currentStatus, async () => {
|
|||
no-address
|
||||
no-app-box
|
||||
no-footer
|
||||
height="65vh"
|
||||
width="65%"
|
||||
title="จัดการ"
|
||||
v-model:modal="manageWorkNameDialog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue