feat(table): expand支持width fixed配置
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user