ZhangXianQiang
2024-03-19 2bd38f3c07fa4ec63c5b5fd99bca19d2b1b4ee2d
src/views/screen/components/screen-wrapper/index.vue
@@ -4,10 +4,11 @@
    <div class="wrapper-content">
      <div class="left-container wrapper">
        <screen-face></screen-face>
        <screen-car></screen-car>
        <screen-video></screen-video>
      </div>
      <div class="center-container wrapper">
        <screen-detection></screen-detection>
        <screen-video></screen-video>
      </div>
      <div class="right-container wrapper">
@@ -22,13 +23,15 @@
import ScreenDetection from '../screen-detection/index';
import ScreenExamine from '../screen-examine/index';
import ScreenVideo from '../screen-video/index';
import ScreenCar from '../screen-car/index';
export default {
  name: 'ScreenWrapper',
  components: {
    ScreenFace,
    ScreenDetection,
    ScreenExamine,
    ScreenVideo
    ScreenVideo,
    ScreenCar
  },
}
</script>
@@ -72,5 +75,4 @@
    padding-right: 0;
  }
}
</style>