Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置datatime确定文字的颜色时, plugin调用的, 颜色配置不成功 #2152

Closed
cander0815 opened this issue Oct 31, 2017 · 0 comments

Comments

@cander0815
Copy link

在 webpack.base.conf.js中的代码:
module.exports = vuxLoader,merge(webpackConfig, {
plugins: [
{
name: 'less-theme',
path: 'src/common/css/theme.less'
}
]
})

theme.less 代码:
@theme-color: #FE883A;
@datatime-header-item-confirm-font-color: #FE883A;

这样配置作为组件使用的时候 字的颜色确实改变了, 但是作为插件使用的时候字还是绿色的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants