pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🧐[问题]ProList 背景色怎么改

Open Mustard404 opened this issue 1 year ago • 0 comments

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

🧐 问题描述

ProList 背景色怎么改

💻 示例代码

        <ProLayout
            title={"Enterprise Asset"}
            token={{
                bgLayout: {},
                menu:{
                    ignoreFlatMenu: false,
                },
                sider: {
                    colorTextMenuTitle: '#fff',
                    colorMenuBackground: 'rgba(255,255,255,0.1)',
                    colorMenuItemDivider: 'transparent',
                    colorBgCollapsedButton: 'rgba(0,0,0,0.6)',
                    colorTextCollapsedButton: 'rgba(255,255,255,1)',
                },
                card: {
                },
                list:{
                    footerBg: 'transparent',
                }
            }}

🚑 其他信息

Mustard404 avatar Jan 08 '24 09:01 Mustard404