恢复周视图的多个dom节点渲染
This commit is contained in:
@@ -35,3 +35,5 @@ dist-ssr
|
|||||||
Thumbs.db
|
Thumbs.db
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
|
|
||||||
|
yarn.lock
|
||||||
|
|||||||
@@ -3428,7 +3428,7 @@ const handleAddSuccessor = (task: Task) => {
|
|||||||
:style="{ height: `${contentHeight}px`, width: '60px' }"
|
:style="{ height: `${contentHeight}px`, width: '60px' }"
|
||||||
>
|
>
|
||||||
<!-- 周内的7个子列 -->
|
<!-- 周内的7个子列 -->
|
||||||
<!-- <div
|
<div
|
||||||
v-for="(subDay, dayIndex) in week.subDays || []"
|
v-for="(subDay, dayIndex) in week.subDays || []"
|
||||||
:key="`subday-col-${dayIndex}`"
|
:key="`subday-col-${dayIndex}`"
|
||||||
class="sub-day-column"
|
class="sub-day-column"
|
||||||
@@ -3436,8 +3436,8 @@ const handleAddSuccessor = (task: Task) => {
|
|||||||
weekend: subDay.dayOfWeek === 0 || subDay.dayOfWeek === 6,
|
weekend: subDay.dayOfWeek === 0 || subDay.dayOfWeek === 6,
|
||||||
today: isToday(subDay.date),
|
today: isToday(subDay.date),
|
||||||
}"
|
}"
|
||||||
:style="{ height: `${contentHeight}px`, width: '8.57px' }"
|
:style="{ height: `${contentHeight}px`, width: `${dayWidth}px` }"
|
||||||
></div> -->
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user