ysy 1 год назад
Родитель
Сommit
79de805d7e
1 измененных файлов с 1 добавлено и 27 удалено
  1. 1 27
      src/views/material/BOMmanage/qualityTesting/term.vue

+ 1 - 27
src/views/material/BOMmanage/qualityTesting/term.vue

@@ -213,31 +213,5 @@
 </script>
 
 <style lang="scss" scoped>
-  .content_box {
-    width: 100%;
-    margin-top: 12px;
-    max-height: 42vh;
-    overflow-y: scroll;
-  }
-
-  .content_box_list {
-    display: flex;
-    flex-wrap: wrap;
-    margin-bottom: 30px;
-  }
-
-  .content_ll {
-    width: 23%;
-    display: flex;
-    flex-direction: row;
-
-    margin: auto;
-    margin-top: 10px;
-
-    .name {
-      width: 130px;
-      color: #000;
-      font-weight: 500;
-    }
-  }
+
 </style>