style(material): 分组表头左对齐
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
4db17db5e4
commit
20268638f1
|
|
@ -120,7 +120,8 @@
|
|||
<el-table-column
|
||||
v-if="hasVisibleInGroup(group.key)"
|
||||
:label="group.label"
|
||||
align="center"
|
||||
align="left"
|
||||
header-align="left"
|
||||
>
|
||||
<el-table-column
|
||||
v-for="col in visibleColumnsOfGroup(group.key)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue