龚焕茏
2024-03-20 1af398045a59a8cd34314e36df8f5a9afc406bde
src/views/screen/components/screen-wrapper/index.vue
@@ -2,7 +2,7 @@
  <div class="wrapper-container">
    <select-item></select-item>
    <div class="return-button">
      <el-button type="primary">返回</el-button>
      <el-button type="primary" @click="returnPath">管理系统</el-button>
    </div>
    <div class="wrapper-content">
      <div class="left-container wrapper">
@@ -41,6 +41,11 @@
    ScreenCar,
    ScreenMap
  },
  methods: {
    returnPath() {
      this.$router.push('/index');
    }
  }
}
</script>
@@ -48,7 +53,7 @@
.return-button {
  position: absolute;
  right: 20px;
  top: 30px;
  top: 40px;
}
.wrapper-container {
  width: 100%;