0
0
Fork 0

fix: refs #7404 remove some style

This commit is contained in:
Pablo Natek 2024-09-17 13:40:27 +02:00
parent 7faa0c240f
commit e559ab43d7
3 changed files with 4 additions and 4 deletions

View File

@ -430,7 +430,7 @@ function handleOnDataSaved(_) {
/>
</template>
<template #header-cell="{ col }">
<QTh table-header-style="max-width:50%" v-if="col.visible ?? true">
<QTh v-if="col.visible ?? true">
<div
class="column self-start q-ml-xs ellipsis"
:class="`text-${col?.align ?? 'left'}`"

View File

@ -219,8 +219,8 @@ function openDialog() {
<span class="link" @click.stop>
{{ row?.worker?.user?.name }}
<WorkerDescriptorProxy :id="row?.workerFk" />
</span> </template
>0
</span>
</template>
</VnTable>
</QPage>
</template>

View File

@ -63,7 +63,7 @@ const columns = [
];
</script>
<template>
<QDialog position="bottom" :maximized="true">
<QDialog :maximized="true">
<div class="container">
<VnTable
ref="tableRef"