ludc
2024-04-09 fecc7305a48f8ce6e283434718da33e143885c75
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() {
    //实时检测刷新token
    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>