ソースを参照

chore: 合并消防物联网

TwoKe945 1 年間 前
コミット
02edbcc435

+ 4 - 8
app/src/views/Iot/components/AlarmHandling.vue

@@ -46,14 +46,7 @@
               <span class="num">{{ index + 1 }}</span>
               <span class="time">{{ item[0] }}</span>
               <span class="person">{{ item[1] }}</span>
-              <LinearText
-              class="result"
-                style="display: inline-block"
-                text="676"
-                fontSize="16px"
-                
-              ></LinearText
-              >
+              <span class="result">{{ item[2] }}</span>
             </li>
           </ul>
         </VueSeamlessScroll>
@@ -191,6 +184,9 @@
         justify-content: center;
         align-items: center;
       }
+      .result {
+        color: #68D1FF;
+      }
       .num {
         flex: 0.15;
       }

+ 1 - 0
app/src/views/Iot/index.vue

@@ -26,6 +26,7 @@
         </border-panel>
         <border-panel
           height="421px"
+          width="540px" :header-type="4" 
           style="margin-bottom: 6px"
           title="告警处置"
         >