Fix lineDecoration example css error

This commit is contained in:
二凢 2019-03-01 17:21:33 +08:00
parent a5c9de82be
commit e4d55a9189

View file

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