|
@@ -42,7 +42,7 @@ import {
|
|
|
IconTreeTriangleDown,
|
|
IconTreeTriangleDown,
|
|
|
IconSearch,
|
|
IconSearch,
|
|
|
IconMore,
|
|
IconMore,
|
|
|
- IconList, IconDescend2
|
|
|
|
|
|
|
+ IconDescend2
|
|
|
} from '@douyinfe/semi-icons';
|
|
} from '@douyinfe/semi-icons';
|
|
|
import { loadChannelModels, isMobile, copy } from '../../helpers';
|
|
import { loadChannelModels, isMobile, copy } from '../../helpers';
|
|
|
import EditTagModal from '../../pages/Channel/EditTagModal.js';
|
|
import EditTagModal from '../../pages/Channel/EditTagModal.js';
|
|
@@ -630,7 +630,7 @@ const ChannelsTable = () => {
|
|
|
>
|
|
>
|
|
|
<Button
|
|
<Button
|
|
|
theme='light'
|
|
theme='light'
|
|
|
- type='secondary'
|
|
|
|
|
|
|
+ type='tertiary'
|
|
|
size="small"
|
|
size="small"
|
|
|
icon={<IconTreeTriangleDown />}
|
|
icon={<IconTreeTriangleDown />}
|
|
|
/>
|
|
/>
|