fix: work name & properties dialog size

This commit is contained in:
puriphatt 2024-06-24 02:19:41 +00:00
parent 2fb345e78f
commit e9db42b2b2
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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"