From ad0a536bd7534a8eaf477d41294de21c7d7b25df Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Dec 2023 11:50:54 +0800
Subject: [PATCH] 维修基金审核
---
src/App.vue | 29 ++++++++++-------------------
1 files changed, 10 insertions(+), 19 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 1697360..4a72c1d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,30 +1,21 @@
<template>
- <div id="app">
- <router-view />
- </div>
+ <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;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
}
-.avue--detail .el-col{
- margin-bottom: 0;
+
+.avue--detail .el-col {
+ margin-bottom: 0;
}
</style>
--
Gitblit v1.9.3