mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
feat(table): expand支持width fixed配置
This commit is contained in:
parent
815854bad8
commit
f30f8ab13b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user