ant-design-vue-pro
ant-design-vue-pro copied to clipboard
怎么单独更改页面的背景色,在页面中更改ant-layout-content的颜色,使用了样式穿透但是不生效
Question (问题描述) 在页面中更改ant-layout-content的颜色,使用了样式穿透但是不生效
贴出你的代码
在单独的页面使用样式穿透不生效/deep/.ant-layout { background-color: antiquewhite; }