ZhangXianQiang
2024-04-10 c9aaead65392b10b576f2f35c992a64bfb7ab08f
src/views/screen/components/screen-wrapper/index.vue
@@ -18,6 +18,7 @@
      </div>
      <div class="right-container wrapper">
        <screen-examine class="animate-enter-x enter-right"></screen-examine>
        <screen-data></screen-data>
      </div>
    </div>
  </div>
@@ -31,6 +32,7 @@
import ScreenCar from '../screen-car/index';
import ScreenMap from '../screen-map/index';
import ScreenTable from '../screen-table/index';
import ScreenData from '../screen-data/index';
export default {
  name: 'ScreenWrapper',
  components: {
@@ -40,7 +42,8 @@
    ScreenTable,
    ScreenFace,
    ScreenVideo,
    ScreenCar
    ScreenCar,
    ScreenData
  },
  methods: {
    returnPath() {
@@ -85,7 +88,7 @@
}
.wrapper {
  width: 23%;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
@@ -103,7 +106,7 @@
}
.center-wrapper {
  width: 54%;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;