Merge branch 'ui-new' of frappet.github.com:Frappet/jws-frontend into ui-new

This commit is contained in:
oat_dev 2024-07-08 17:17:47 +07:00
commit bedc4a8b4c
13 changed files with 513 additions and 83 deletions

View file

@ -82,7 +82,7 @@ onMounted(async () => {
<q-input
for="input-name"
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
@ -94,7 +94,7 @@ onMounted(async () => {
<q-input
for="input-detail"
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
@ -108,7 +108,7 @@ onMounted(async () => {
<div class="col-12">
<q-field
class="full-width"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
:label="$t('detail')"
@ -138,7 +138,7 @@ onMounted(async () => {
<q-input
for="input-process"
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space

View file

@ -17,7 +17,7 @@ defineProps<{
<div class="col-9 row q-col-gutter-md">
<q-input
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
@ -28,7 +28,7 @@ defineProps<{
<q-input
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space
@ -39,7 +39,7 @@ defineProps<{
<q-input
:dense="dense"
:outlined="!readonly"
outlined
:readonly="readonly"
:borderless="readonly"
hide-bottom-space

View file

@ -235,8 +235,8 @@ defineEmits<{
&.person-box__disabled {
opacity: 0.7;
filter: grayscale(1);
opacity: 0.5;
filter: grayscale(0.9);
.status-circle {
background-color: var(--surface-1);