element-react icon indicating copy to clipboard operation
element-react copied to clipboard

走马灯样式丢失

Open resuper opened this issue 4 years ago • 0 comments

复制官网的东西进项目没有样式 render(){ return(

{ [1,2,3,4].map((item, index) => { return (

{item}

) }) }
) }

resuper avatar Dec 23 '21 07:12 resuper