ant-design-vue-pro icon indicating copy to clipboard operation
ant-design-vue-pro copied to clipboard

色弱模式不生效

Open wou101771 opened this issue 4 years ago • 1 comments

Question (问题描述) 色弱模式不生效

Additional context(附加信息) 引入setting-drawer组件,代码未做任何修改,别的模块都能生效,就色弱没作用,是否还需要别的配置

wou101771 avatar May 26 '21 07:05 wou101771

生产环境目前没有提供这个功能,如果是强行引入进去的,你要确认下 主题相关的文件是否引入 https://github.com/vueComponent/ant-design-vue-pro/blob/master/src/global.less#L9

样式是否应用
https://github.com/vueComponent/pro-layout/blob/master/src/utils/dynamicTheme.js#L34

sendya avatar May 26 '21 12:05 sendya