Przeglądaj źródła

[Fix 0000]解决编译报错

bobo04052021@163.com 2 miesięcy temu
rodzic
commit
b06800e6b8
1 zmienionych plików z 1 dodań i 24 usunięć
  1. 1 24
      src/views/vent/home/configurable/belt/belt.vue

+ 1 - 24
src/views/vent/home/configurable/belt/belt.vue

@@ -347,33 +347,10 @@ onMounted(() => {
     background: url('/@/assets/images/beltFire/mainbj.png') no-repeat;
     background-size: 100% 100%;
     margin-top: 50px;
-  }
-
-  #spray3D {
-    pointer-events: all;
-  }
-
-  .spray-wrapper :deep(.list-item_L .list-item__icon_L) {
-    background-image: url('/@/assets/images/home-container/configurable/minehome/list-icon-file.png');
-  }
-  .spray-wrapper :deep(.list-item_N:nth-child(1)) {
-    background-image: url('/@/assets/images/home-container/configurable/minehome/list-bg-n5.png');
-  }
-  .spray-wrapper :deep(.list-item_N:nth-child(2)) {
-    background-image: url('/@/assets/images/home-container/configurable/minehome/list-bg-n6.png');
-  }
-  .company-home {
-    background: url('/@/assets/images/beltFire/baseMap.png') no-repeat center;
-    width: 100%;
-    height: 100%;
-    color: @white;
-    position: relative;
-    .border {
-      margin-top: 50px;
-    }
     .test {
       background: url('./test.png') no-repeat;
       background-size: 100% 100%;
     }
   }
+}
 </style>