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-weight: bold;
font-style: oblique; font-style: oblique;
} }
.myLineDecoration { .myLineDecoration {
background: lightblue; background: lightblue;
width: 5px !important; width: 5px !important;
left: 3px; margin-left: 3px;
} }