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

未注册UI尚不支持直接使用,希望提供更友好api或者修复当前Bug #378

Closed
fuchunhui opened this issue Nov 19, 2018 · 2 comments

Comments

@fuchunhui
Copy link
Contributor

fuchunhui commented Nov 19, 2018

在自定义主题包,比如veui-theme-xxx中,通过使用config.defaults()或者config.set()方法可以定义预设样式。
比如:
image
在项目使用上面的主题包时,如果预设样式不满足要求,就需要增加自定义的样式,比如:
image

然后这里的
image
ui="red"需要注册后才能使用

我们必须这样做才能让red主题生效
image

或者
image

不方便的地方:
1.需要先get(path),再赋值回去,才能全部覆盖UI,不丢失;
2.需要知道主题包中每一项具体的UI设置;

希望:
1.提供更佳友好的api接口,例如:
image

实现对Button的UI值的补充,而不是覆盖。
2.或者把当前问题当成Bug对待,修复
image
这种写法不生效的问题。

@Justineo
Copy link
Member

或者说未注册的就直接输出如何?

@fuchunhui
Copy link
Contributor Author

可以
最近项目把veui从15升级到18,发现部分CSS不生效

@fuchunhui fuchunhui changed the title 自定义样式需要注册后才能使用,但注册方法较难用,希望可以提供更友好api 未注册UI尚不支持直接使用,希望提供更友好api或者修复当前Bug Nov 19, 2018
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