[记录]Cool-UI的定制化
#3452
Replies: 6 comments
-
|
Message修改
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Step
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
ConfigProvicer
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Dailog
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Nav
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
tab 后续扩展
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
基于Fusion组件,然后针对我们公司业务进行的一些调整(主题和功能扩展),和大家一起讨论
持续记录
调整一:将元素的默认大小调整为36px
一般组件的默认大小都是32px,但是一方面现在用户屏幕分辨率越来越高,一方面作为b端元素大点操作更方便
所以我们将默认大小调整为36px,效果还不错
然后这里要说一下,其实也可以不调整默认的大小,而是调整large的大小。因为一般的large是40px,其实真的过大的。
而我们觉得合理的是24px,28px,32px,36px
但是为了保留扩展性,所以我们覆盖了默认的,larger保留40px
调整二:button的secondary改为灰底
因为原先是彩底或者彩色边框,在我们的风格上,显得太『亮眼』了。
所以我们去除和降低了secondary的色彩
当然我们觉得其实按钮应该是
这几种类型更为完整
但是outline和normal,我们先保留了normal,然后后续再扩展outline
Beta Was this translation helpful? Give feedback.
All reactions