diff --git a/config/defaultIcon.ts b/config/defaultIcon.ts index 42ee906..b9fc3ae 100644 --- a/config/defaultIcon.ts +++ b/config/defaultIcon.ts @@ -2,7 +2,7 @@ * @Author: zhoux zhouxia@supervision.ltd * @Date: 2023-11-28 14:13:05 * @LastEditors: zhoux zhouxia@supervision.ltd - * @LastEditTime: 2023-11-28 14:16:48 + * @LastEditTime: 2023-12-22 16:17:35 * @FilePath: \general-ai-platform-web\config\defaultIcon.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%A */ @@ -30,3 +30,9 @@ export const proIconSelectStyle: React.CSSProperties = { borderRadius: 4, overflowY: 'scroll', }; + +// 列表图标统一样式 + +export const proIconForTableActionStyle : React.CSSProperties = { + fontSize: 16, +} \ No newline at end of file diff --git a/src/components/RightContent/index.tsx b/src/components/RightContent/index.tsx index 4418bb9..90191d5 100644 --- a/src/components/RightContent/index.tsx +++ b/src/components/RightContent/index.tsx @@ -50,7 +50,7 @@ export const SelectRole = () => { { currentUser && (