pro-components
pro-components copied to clipboard
🧐[问题]ProList 背景色怎么改
提问前先看看:
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',
}
}}