干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2023-08-01 3efe2606474fba1905fa4edab82b713b9cfb5ef3
src/views/dry/monitor/WorkShop.vue
@@ -85,8 +85,8 @@
                           :marks="marks"
                           vertical
                        />
                        <div
                        class="info-text">热风:<span >{{ realTime.get(item.id)?.windTemp | 0 }}</span> °C</div
                        <div class="info-text"
                           >热风:<span>{{ realTime.get(item.id)?.windTemp | 0 }}</span> °C</div
                        >
                     </div>
                  </div>
@@ -450,13 +450,13 @@
   .eqp-content {
      height: 100%;
    background-color: #fdfdfd;
    box-shadow: 0px 0px 23px #72727278;
    background-image: url(/src/assets/images/dry/ganzaoji-x.png);
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: 105px 127px;
    border-radius: 8px;
      background-color: #fdfdfd;
      box-shadow: 0px 0px 23px #72727278;
      background-image: url(/src/assets/images/dry/ganzaoji-x.png);
      background-repeat: no-repeat;
      background-size: 60% 60%;
      background-position: 105px 127px;
      border-radius: 8px;
   }
   .chart {
@@ -477,13 +477,13 @@
   }
   .eqpStatus {
      width: 170px;
    background-position: -21px 19px;
    background-image: url(/src/assets/images/dry/refeng2.gif);
    background-size: 196px;
    background-repeat: no-repeat;
    display: inline-flex;
    flex-direction: column-reverse;
    padding: 15px;
      background-position: -21px 19px;
      background-image: url(/src/assets/images/dry/refeng2.gif);
      background-size: 196px;
      background-repeat: no-repeat;
      display: inline-flex;
      flex-direction: column-reverse;
      padding: 15px;
   }
   .info {
      display: flex;
@@ -517,13 +517,13 @@
   }
   .eqpName {
      margin-top: 190px;
    margin-left: 129px;
    width: 95px;
    /* font-size: 14px; */
    font-weight: bold;
    text-align: center;
    background-color: white;
    height: 22px;
      margin-left: 58px;
      width: 205px;
      /* font-size: 14px; */
      font-weight: bold;
      text-align: center;
      background-color: white;
      height: 22px;
   }
   .tempChart {