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>
<template #header-cell="{ col }"> <template #header-cell="{ col }">
<QTh table-header-style="max-width:50%" v-if="col.visible ?? true"> <QTh v-if="col.visible ?? true">
<div <div
class="column self-start q-ml-xs ellipsis" class="column self-start q-ml-xs ellipsis"
:class="`text-${col?.align ?? 'left'}`" :class="`text-${col?.align ?? 'left'}`"

View File

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

View File

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