From 0389e76af518338fa4dddd2d776b492cfc4ceeed Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Wed, 11 Jun 2025 03:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84style:=20Align=20ChannelsTable=20co?= =?UTF-8?q?lumn=20selector=20modal=20style=20with=20LogsTable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed `size="middle"` and `centered` props from the column-selector `Modal` in `ChannelsTable.js` to match the visual style used in `LogsTable`. * Re-added `size="middle"` to the main `Table` component to preserve the original table sizing. * Ensures consistent UI/UX across both channel and log column settings modals. --- web/src/components/table/ChannelsTable.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/src/components/table/ChannelsTable.js b/web/src/components/table/ChannelsTable.js index 1907387d..6eeeab9a 100644 --- a/web/src/components/table/ChannelsTable.js +++ b/web/src/components/table/ChannelsTable.js @@ -52,7 +52,6 @@ import { import EditChannel from '../../pages/Channel/EditChannel.js'; import { IconTreeTriangleDown, - IconFilter, IconPlus, IconRefresh, IconSetting, @@ -731,8 +730,6 @@ const ChannelsTable = () => { } - size="middle" - centered={true} >
{
} + prefix={} placeholder={t('模型关键字')} className="!rounded-full" showClear @@ -1825,7 +1822,6 @@ const ChannelsTable = () => {
} maskClosable={!isBatchTesting} - centered={true} className="!rounded-lg" size="large" > @@ -1926,7 +1922,6 @@ const ChannelsTable = () => { key: model }))} pagination={false} - size="middle" />
)}