reduce tabBarGutter
This commit is contained in:
parent
4e9a963945
commit
177246034b
@ -107,7 +107,7 @@ export const renderGroups = ({ groups }) => {
|
||||
|
||||
export const renderSections = ({ sectionsList }) => {
|
||||
return (
|
||||
<Tabs type="line">
|
||||
<Tabs type="line" tabBarGutter="22px">
|
||||
{sectionsList.map((section, is) => {
|
||||
const { title, groups } = section;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user