mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-06 01:18:12 +00:00
feat(table): expand支持width fixed配置
This commit is contained in:
parent
1a3a0d84b2
commit
61c8bbea18
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TMagicTableColumn type="expand">
|
<TMagicTableColumn type="expand" :width="config.width" :fixed="config.fixed">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<MTable
|
<MTable
|
||||||
v-if="config.table"
|
v-if="config.table"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user