Compare commits
2 Commits
eaa507c253
...
abe746c245
| Author | SHA1 | Date |
|---|---|---|
|
|
abe746c245 | |
|
|
9d2d1e027e |
|
|
@ -104,7 +104,7 @@ export default function Demo1() {
|
|||
<PanelIndex name={key} {...params} />
|
||||
</CSSTransition>
|
||||
)
|
||||
} else if (wg) {
|
||||
} else if (wg && yuananType == 'sh') {
|
||||
return (
|
||||
<CSSTransition key={key} unmountOnExit exit={false} timeout={500} classNames="dp-panelgroup">
|
||||
<PanelIndex name={key} {...params} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue