diff --git a/src/components/button/index.jsx b/src/components/button/index.jsx index c483afa74..eccfcd7bf 100644 --- a/src/components/button/index.jsx +++ b/src/components/button/index.jsx @@ -13,8 +13,8 @@ export const slidingArrowButton = ({href="/", name="探索更多内容", classna // 鼠标悬停文本往上翻滚,再加背景光从左往右 export const rollingButton = ({href="/", name="了解更多", hoverName="了解更多", classname="mt20"}) =>{ - return + return {name} {hoverName} - + } \ No newline at end of file