Browse Source

Remove commented out code for heating temperature

master
sige 1 year ago
parent
commit
77b4c50c76
  1. 4
      src/web/src/pages/main/contents/Operation.vue

4
src/web/src/pages/main/contents/Operation.vue

@ -32,10 +32,6 @@
<!-- 温度 -->
<a-col :span="5" class="p-1">
<div class="h-full flex flex-col bg-white rounded-2xl p-5">
<!-- <a-row class="mb-3 text-blue-500">
<a-col :span="20" class="text-xl">加热温度</a-col>
<a-col :span="4" class="text-right text-xl"></a-col>
</a-row> -->
<div class="h-0 grow">
<div v-for="tubeRackSlot in tubeRackSlots" :key="tubeRackSlot.index" class="bg-gray-100 mb-2 flex flex-row p-2 rounded-2xl">
<div class="flex flex-row items-center">

Loading…
Cancel
Save