LIJU 2 weeks ago
parent
commit
eae5453577
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/medical-advice/temperature/graphics.vue

+ 2 - 2
src/components/medical-advice/temperature/graphics.vue

@@ -363,13 +363,13 @@
               v-if="index % 6 === 5 && index != tdList.length"
               style="
                 border-right: 1px solid #ff6e71;
-                border-bottom: 1px solid #7e7eff;
+                border-bottom: 1px solid #ff0000;
               "
             ></td>
             <td
               :key="index + 'td10'"
               v-else
-              style="border-bottom: 1px solid #7e7eff"
+              style="border-bottom: 1px solid #ff0000"
             ></td>
           </template>
         </tr>