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>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="full-width column no-wrap" style="height: 50vh">
|
<div class="full-width column no-wrap">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<q-btn-dropdown
|
<q-btn-dropdown
|
||||||
icon="mdi-plus"
|
icon="mdi-plus"
|
||||||
|
|
|
||||||
|
|
@ -1587,6 +1587,7 @@ watch(currentStatus, async () => {
|
||||||
<FormDialog
|
<FormDialog
|
||||||
no-address
|
no-address
|
||||||
no-app-box
|
no-app-box
|
||||||
|
height="75vh"
|
||||||
width="75%"
|
width="75%"
|
||||||
title="Properties"
|
title="Properties"
|
||||||
v-model:modal="propertiesDialog"
|
v-model:modal="propertiesDialog"
|
||||||
|
|
@ -1619,6 +1620,7 @@ watch(currentStatus, async () => {
|
||||||
no-address
|
no-address
|
||||||
no-app-box
|
no-app-box
|
||||||
no-footer
|
no-footer
|
||||||
|
height="65vh"
|
||||||
width="65%"
|
width="65%"
|
||||||
title="จัดการ"
|
title="จัดการ"
|
||||||
v-model:modal="manageWorkNameDialog"
|
v-model:modal="manageWorkNameDialog"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue