feat(table): expand支持width fixed配置

This commit is contained in:
roymondchen 2024-09-04 20:18:04 +08:00 committed by roymondchen
parent 815854bad8
commit f30f8ab13b

View File

@ -1,5 +1,5 @@
<template>
<TMagicTableColumn type="expand">
<TMagicTableColumn type="expand" :width="config.width" :fixed="config.fixed">
<template #default="scope">
<MTable
v-if="config.table"