update 0.10.1

This commit is contained in:
hufeixiong
2021-11-05 11:05:36 +08:00
parent 852532762d
commit 015383492b
6 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js",

View File

@@ -168,9 +168,8 @@ export function TimeLine(props: TimeLineProps) {
return (
<div
className={props.classes}
className={`${props.classes} ant-menu yh-timeline`}
style={{
backgroundColor: 'white',
width: '100%',
position: 'absolute',
height: '150px',