| | |
| | | <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"> |
| | |
| | | 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> |
| | |
| | | padding-right: 0; |
| | | } |
| | | } |
| | | |
| | | </style> |