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

View file

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