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>