updateTextAttrs({ color: value })"
/>
updateTextAttrs({ backcolor: value })"
/>
updateTextAttrs({ align: e.target.value })"
>
行数:
setTableRow(e)"
@blur="e => setTableRow(e)"
style="flex: 3;"
/>
列数:
setTableCol(e)"
@blur="e => setTableCol(e)"
style="flex: 3;"
/>
启用主题表格:
toggleTheme(checked)"
/>
updateTheme({ rowHeader: e.target.checked })"
:checked="theme.rowHeader"
style="flex: 1;"
>标题行
updateTheme({ rowFooter: e.target.checked })"
:checked="theme.rowFooter"
style="flex: 1;"
>汇总行
updateTheme({ colHeader: e.target.checked })"
:checked="theme.colHeader"
style="flex: 1;"
>第一列
updateTheme({ colFooter: e.target.checked })"
:checked="theme.colFooter"
style="flex: 1;"
>最后一列
主题颜色:
updateTheme({ color: value })"
/>