修改流程框架头部颜色
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -270,7 +270,7 @@ export default { | ... | @@ -270,7 +270,7 @@ export default { |
270 | @include flex; | 270 | @include flex; |
271 | width: 100%; | 271 | width: 100%; |
272 | height: 80px; | 272 | height: 80px; |
273 | background-color: #10CCB8; | 273 | background-color: #3498DB; |
274 | color: #ffffff; | 274 | color: #ffffff; |
275 | justify-content: space-between; | 275 | justify-content: space-between; |
276 | padding-left: 15px; | 276 | padding-left: 15px; |
... | @@ -294,11 +294,11 @@ export default { | ... | @@ -294,11 +294,11 @@ export default { |
294 | li:hover { | 294 | li:hover { |
295 | border: 1px solid #ffffff; | 295 | border: 1px solid #ffffff; |
296 | border-radius: 5px; | 296 | border-radius: 5px; |
297 | color: $light-blue ; | 297 | //color: $light-blue ; |
298 | 298 | ||
299 | 299 | ||
300 | .svg-icon { | 300 | .svg-icon { |
301 | color: $light-blue ; | 301 | //color: $light-blue ; |
302 | } | 302 | } |
303 | } | 303 | } |
304 | } | 304 | } | ... | ... |
-
Please register or sign in to post a comment