kxd-react-route-cache
v1.6.6
Published
change color from react-route-cache for my project
Maintainers
Readme
基于react-route-cache 1.6.3
增加了一些个人项目中颜色和样式的需求,其他内容没有区别
<RouterTabs
style = {
backgroundColor: '#fafafa',
hoverColor: '#197b8e',
activeColor: '#197b8e',
fontSize: '14px',
padding: '8px 16px'
}
/>