From e2901239c7453c204beb0e1db4495cd29ff55e9c Mon Sep 17 00:00:00 2001
From: yuxc <ldc@vci.com>
Date: 星期五, 19 四月 2024 17:49:14 +0800
Subject: [PATCH] 1、增加sql查询出的数组与查询字段的对应转成ClientBusinessObject类,以及部分基础类的替换成新平台的类。
---
Source/ProjectWeb/src/page/index/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Source/ProjectWeb/src/page/index/index.vue b/Source/ProjectWeb/src/page/index/index.vue
index 733a9ba..93aec76 100644
--- a/Source/ProjectWeb/src/page/index/index.vue
+++ b/Source/ProjectWeb/src/page/index/index.vue
@@ -16,7 +16,7 @@
<search class="avue-view" v-show="isSearch"></search>
</transition>
<!-- 涓讳綋瑙嗗浘灞� -->
- <div style="height:100%;overflow-y:auto;overflow-x:hidden;" id="avue-view" v-show="!isSearch">
+ <div style="height:100%;overflow-y:auto;overflow-x:hidden;padding-bottom: 38px;box-sizing: border-box" id="avue-view" v-show="!isSearch">
<keep-alive>
<router-view class="avue-view" v-if="$route.meta.keepAlive"/>
</keep-alive>
@@ -66,7 +66,7 @@
created() {
//瀹炴椂妫�娴嬪埛鏂皌oken
- this.refreshToken();
+ //this.refreshToken();
},
mounted() {
@@ -152,6 +152,6 @@
<style lang="scss">
#avue-view > .avue-view{
height: 100%;
- padding: 0 6px !important;
+ padding: 0 !important;
}
</style>
--
Gitblit v1.9.3