소스 검색

颜色改变

zhulizhen 5 년 전
부모
커밋
3a1f5ce33e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/strategy/animationBox.vue
  2. 1 1
      src/views/strategy/bomBox.vue

+ 1 - 1
src/views/strategy/animationBox.vue

@@ -430,7 +430,7 @@ export default {
         background: #34c724ff;
     }
     .gray {
-        background: #ccc;
+        background: #0091ff;
     }
     .side-r:hover {
         width: 68px;

+ 1 - 1
src/views/strategy/bomBox.vue

@@ -172,7 +172,7 @@ export default {
         background: #34c724ff;
     }
     .gray {
-        background: #ccc;
+        background: #0091ff;
     }
     .close {
         cursor: pointer;