vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.32k stars 3.8k forks source link

timeline 组件文字显示不完全 #19

Closed ZeroJsus closed 6 years ago

ZeroJsus commented 6 years ago

[Version]

...vue-antd-ui 0.4.3

Environment

...vue 2.5.2

Reproduction link

example tim 20180514144623

Steps to reproduce

... 1.导入antd timeline组件 2.再页面上使用timeline组件的demo

ZeroJsus commented 6 years ago

解决方法: 修改默认的css

.ant-timeline-item-head{ top: 4px !important; } .ant-timeline-item-content{ top: 0px !important; }

tangjinzhou commented 6 years ago

建议查看引用timeline组件的父级元素有无使用overflow: hidden 组件现在是0改动copy的antd,为了方便升级,暂时不考虑修改组件css, 建议你先去给antd提pr

lock[bot] commented 5 years ago

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.