Compare commits

..

No commits in common. "abe746c245893a3f124650bede2ab8ec3cbc83dc" and "eaa507c253a5a122f3f6b111bf6a322c1d303cde" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export default function Demo1() {
<PanelIndex name={key} {...params} /> <PanelIndex name={key} {...params} />
</CSSTransition> </CSSTransition>
) )
} else if (wg && yuananType == 'sh') { } else if (wg) {
return ( return (
<CSSTransition key={key} unmountOnExit exit={false} timeout={500} classNames="dp-panelgroup"> <CSSTransition key={key} unmountOnExit exit={false} timeout={500} classNames="dp-panelgroup">
<PanelIndex name={key} {...params} /> <PanelIndex name={key} {...params} />