style: collection category style improve (#2637)
This commit is contained in:
parent
6f68506eb4
commit
5e09276497
@ -11,7 +11,7 @@ import {
|
|||||||
} from '@dnd-kit/core';
|
} from '@dnd-kit/core';
|
||||||
import { RecursionField, observer } from '@formily/react';
|
import { RecursionField, observer } from '@formily/react';
|
||||||
import { uid } from '@formily/shared';
|
import { uid } from '@formily/shared';
|
||||||
import { App, Badge, Card, Dropdown, Tabs } from 'antd';
|
import { App, Badge, Card, Dropdown, Space, Tabs } from 'antd';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import React, { useContext, useState } from 'react';
|
import React, { useContext, useState } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
@ -71,10 +71,10 @@ const TabBar = ({ item }) => {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const compile = useCompile();
|
const compile = useCompile();
|
||||||
return (
|
return (
|
||||||
<span>
|
<Space wrap>
|
||||||
<Badge color={item.color} />
|
<Badge color={item.color} />
|
||||||
{t(compile(item.name))}
|
{t(compile(item.name))}
|
||||||
</span>
|
</Space>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
const DndProvider = observer(
|
const DndProvider = observer(
|
||||||
|
Loading…
Reference in New Issue
Block a user