ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

Home Page:https://pro.ant.design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧐[问题 | question] Header Token 可以设置背景为图片吗

xiohuchi opened this issue · comments

🧐 问题描述 | Problem description

看了一下token配置,只支持背景颜色,能不能支持图片背景色或自定义背景样式配置

    /**
     * header 的 token 设置
     */
    header: {
        colorBgHeader: string;
        colorBgScrollHeader: string;
        colorHeaderTitle: string;
        colorBgMenuItemHover: string;
        colorBgMenuElevated: string;
        colorBgMenuItemSelected: string;
        colorTextMenuSelected: string;
        colorTextMenuActive: string;
        colorTextMenu: string;
        colorTextMenuSecondary: string;
        colorBgRightActionsItemHover: string;
        colorTextRightActionsItem: string;
        heightLayoutHeader: number;
    };