From 2fe7ce75ab7b9c07c64ae3e7af65c3414059b2b5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 07 Feb 2023 16:57:34 +0800
Subject: [PATCH] 登录方式更改
---
src/App.vue | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 1697360..7a2c8f1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,30 +1,29 @@
<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: {}
-};
+ 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