guarantee-lsq 2 년 전
부모
커밋
58d1e51191
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/sb/info/MeasureSbInfoAll.vue
  2. 1 1
      src/views/sb/info/SbInfoC.vue

+ 1 - 1
src/views/sb/info/MeasureSbInfoAll.vue

@@ -1,5 +1,5 @@
 <template>
-  <SbInfo :use-type="4" :is-measure="1"/>
+  <SbInfo :use-type="4"/>
 </template>
 
 <script>

+ 1 - 1
src/views/sb/info/SbInfoC.vue

@@ -949,6 +949,6 @@ export default {
   background: #666;
 }
 /deep/ .orange{
-  background:orangered;
+  background:rgb(245, 132, 91);
 }
 </style>