We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在自定义主题包,比如veui-theme-xxx中,通过使用config.defaults()或者config.set()方法可以定义预设样式。 比如: 在项目使用上面的主题包时,如果预设样式不满足要求,就需要增加自定义的样式,比如:
然后这里的 ui="red"需要注册后才能使用
我们必须这样做才能让red主题生效
或者
不方便的地方: 1.需要先get(path),再赋值回去,才能全部覆盖UI,不丢失; 2.需要知道主题包中每一项具体的UI设置;
希望: 1.提供更佳友好的api接口,例如:
实现对Button的UI值的补充,而不是覆盖。 2.或者把当前问题当成Bug对待,修复 这种写法不生效的问题。
The text was updated successfully, but these errors were encountered:
或者说未注册的就直接输出如何?
Sorry, something went wrong.
可以 最近项目把veui从15升级到18,发现部分CSS不生效
fix: allow unregistered ui token, fix #378
8843b4b
f3ffe57
No branches or pull requests
在自定义主题包,比如veui-theme-xxx中,通过使用config.defaults()或者config.set()方法可以定义预设样式。
比如:
在项目使用上面的主题包时,如果预设样式不满足要求,就需要增加自定义的样式,比如:
然后这里的
ui="red"需要注册后才能使用
我们必须这样做才能让red主题生效
或者
不方便的地方:
1.需要先get(path),再赋值回去,才能全部覆盖UI,不丢失;
2.需要知道主题包中每一项具体的UI设置;
希望:
1.提供更佳友好的api接口,例如:
实现对Button的UI值的补充,而不是覆盖。
2.或者把当前问题当成Bug对待,修复
这种写法不生效的问题。
The text was updated successfully, but these errors were encountered: