Skip to content

Commit d249557

Browse files
committed
run lint
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 5ea0503 commit d249557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/assets/code_mirror/monokai.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}
88

99
.cm-s-monokai span.cm-keyword {
10-
color: #F92772 !important;
10+
color: #f92772 !important;
1111
}
1212

1313
.cm-s-monokai span.cm-operator {
14-
color: #F92772 !important;
14+
color: #f92772 !important;
1515
}
1616

1717
.cm-s-monokai .cm-matchhighlight {

src/components/lib/problemTag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export default {
6262
border: 1px solid;
6363
box-sizing: border-box;
6464
white-space: nowrap;
65-
margin: 0px 3px;
65+
margin: 0 3px;
6666
}
6767
</style>

0 commit comments

Comments
 (0)