fix:修复列配置后左侧table无法对齐列的问题

This commit is contained in:
qiuchengw
2025-09-24 20:30:29 +08:00
parent ade1d81c95
commit 7309865af0
4 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ onUnmounted(() => {
v-for="column in columns"
:key="column.key"
class="col"
:class="`col-${column.key}`"
:class="column.cssClass || `col-${column.key}`"
>
<!-- 里程碑分组显示空列 -->
<template v-if="isMilestoneGroup">