File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/components/layout/gantt Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ onUnmounted(() => {
323
323
:key =" `${props.layoutId}-${row[props.pkColumnName]}`"
324
324
:data-pk =" row[props.pkColumnName]"
325
325
:data-parent-pk =" props.parentPkColumnName ? row[props.parentPkColumnName] : undefined"
326
- :class =" `${props.styleProps.rowClass} relative iw-gantt-timeline-row flex bg-base-100 border-b border-b-base-300 border-r-base-300 `"
326
+ :class =" `${props.styleProps.rowClass} relative iw-gantt-timeline-row flex bg-base-100 border-b border-b-base-300`"
327
327
>
328
328
<div
329
329
v-for =" (timeline, idx) in ganttInfo.timeline" :key =" `${props.layoutId}-${idx}`"
Original file line number Diff line number Diff line change 7
7
"entryPoints" : [
8
8
" src/index.ts"
9
9
],
10
- "includes" : " src/*.ts" ,
11
10
"readme" : " none" ,
12
11
"includeVersion" : true ,
13
12
"disableSources" : false ,
You can’t perform that action at this time.
0 commit comments