Sfoglia il codice sorgente

打包报错修改

bobo04052021@163.com 1 settimana fa
parent
commit
d8743fe1a0
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      pages/history/history.vue

+ 2 - 1
pages/history/history.vue

@@ -413,6 +413,7 @@ export default {
         pageSize: 10,
         strtype: this.TabCur,
       };
+
       new Promise((resolve, reject) => {
         api
           .getDeviceHistory(params)
@@ -611,7 +612,7 @@ export default {
   width: 120rpx;
   height: 50rpx;
   display: inline-block;
-  background-color: rgba(226, 250, 214,0.5);
+  background-color: rgba(226, 250, 214, 0.5);
 }
 .icon-style {
   margin: 15rpx;