mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(form): table可能出现两个extra
This commit is contained in:
parent
899991794b
commit
0cac40eb31
@ -76,7 +76,7 @@
|
||||
@addDiffCount="onAddDiffCount"
|
||||
></component>
|
||||
|
||||
<div v-if="extra" v-html="extra" class="m-form-tip"></div>
|
||||
<div v-if="extra && type !== 'table'" v-html="extra" class="m-form-tip"></div>
|
||||
</TMagicFormItem>
|
||||
|
||||
<TMagicTooltip v-if="config.tip" placement="left">
|
||||
|
Loading…
x
Reference in New Issue
Block a user