田源
2023-07-20 ae6d20ec4a30b7e796feb05958bcfc80e55f247b
Source/UBCS-WEB/dist/src/App.vue
对比新文件
@@ -0,0 +1,31 @@
<template>
  <div id="app">
    <router-view />
  </div>
</template>
<script>
export default {
  name: "app",
  data() {
    return {};
  },
  watch: {},
  created() {
  },
  methods: {},
  computed: {}
};
</script>
<style lang="scss">
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.avue--detail .el-col{
  margin-bottom: 0;
}
</style>