Commit 6fdf6f2d authored by 张媛's avatar 张媛

story文件组织完善

parent 34b73eaf
import React from 'react';
import "./testSpan.less";
export const TestSpan = (obj)=>{
return <span className="testButton"><span className = "testButton-inner"></span>{obj.label}</span>
return (
<span className="testButton">
<span className = "testButton-inner">
</span>
{obj.label}
</span>
)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment