Fix lineDecoration example css error

pull/1337/head
二凢 2019-03-01 17:21:33 +08:00
parent a5c9de82be
commit e4d55a9189
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
font-weight: bold;
font-style: oblique;
}
.myLineDecoration {
background: lightblue;
width: 5px !important;
left: 3px;
}
margin-left: 3px;
}