瀏覽代碼

[Fix 0000]解决编译报错

bobo04052021@163.com 2 月之前
父節點
當前提交
b06800e6b8
共有 1 個文件被更改,包括 1 次插入24 次删除
  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: url('/@/assets/images/beltFire/mainbj.png') no-repeat;
     background-size: 100% 100%;
     background-size: 100% 100%;
     margin-top: 50px;
     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 {
     .test {
       background: url('./test.png') no-repeat;
       background: url('./test.png') no-repeat;
       background-size: 100% 100%;
       background-size: 100% 100%;
     }
     }
   }
   }
+}
 </style>
 </style>