style:样式修改完成
Showing
1 changed file
with
12 additions
and
0 deletions
... | @@ -45,6 +45,18 @@ export default { | ... | @@ -45,6 +45,18 @@ export default { |
45 | color: #FFFFFF !important; | 45 | color: #FFFFFF !important; |
46 | } | 46 | } |
47 | 47 | ||
48 | .ace_content { | ||
49 | background-color: #05275B !important; | ||
50 | } | ||
51 | |||
52 | .ace_marker-layer .ace_active-line { | ||
53 | background-color: #4e8ae2 !important; | ||
54 | } | ||
55 | |||
56 | .ace-jsoneditor .ace_variable { | ||
57 | color: #FFFFFF !important; | ||
58 | } | ||
59 | |||
48 | .jsoneditor-menu { | 60 | .jsoneditor-menu { |
49 | background-color: #074487 !important; | 61 | background-color: #074487 !important; |
50 | } | 62 | } | ... | ... |
-
Please register or sign in to post a comment