Skip to content

Commit

Permalink
fix(column): πŸ› εˆ—ηš„η›’ε­ζ¨‘εž‹
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjone committed Jun 5, 2023
1 parent cc6c800 commit 31527bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions demo/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
>
<template #default="{ row }">
<div
name="end"
:style="{ backgroundColor: `#${555}`, color: '#789' }"
>
abc - {{ row }}
Expand All @@ -164,7 +163,7 @@
</x-gantt-column>
</XGanttColumn>

<XGanttColumn prop="picture12345" :merge="merge5">
<XGanttColumn prop="picture12345" :merge="merge5" ellipsis>
<template #default="{ row }">
πŸ‘€πŸ˜ƒβœ¨βœ”πŸ±β€πŸš€πŸ±β€πŸ‘“ {{ row.ttt.b }}
</template>
Expand Down
1 change: 1 addition & 0 deletions src/components/column/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.cell {
width: 100%;
display: inline-block;
box-sizing: border-box;
}

.cell-center {
Expand Down

0 comments on commit 31527bf

Please sign in to comment.