【更新】更新整体后台管理容器,让该前端增加前台界面不受高度限制

pull/162/MERGE
xiaonuobase 2023-09-13 17:01:19 +08:00
parent cad24eb2a8
commit 6ca6c69469
5 changed files with 178 additions and 176 deletions

View File

@ -28,7 +28,7 @@
<strong>We're sorry but Snowy2.0 doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong>
</noscript>
<div id="app" class="aminui">
<div id="app">
<div class="app-loading">
<div class="app-loading__logo">
<img src="/img/logo.png"/>

View File

@ -1,4 +1,5 @@
<template>
<div class="aminui">
<!-- 经典布局 -->
<template v-if="layout === 'classical'">
<a-layout>
@ -180,6 +181,7 @@
<div class="main-maximize-exit" @click="exitMaximize">
<fullscreen-exit-outlined style="color: #fff" />
</div>
</div>
</template>
<script>

View File

@ -35,7 +35,7 @@ a, button, input, textarea {
/* 大布局样式 */
.aminui {
overflow: hidden;
height: 100%;
height: 100vh;
display: flex;
flex-flow: column;
}

View File

@ -31,7 +31,7 @@
<style lang="less" scoped>
.login_background {
width: 100%;
height: 100%;
min-height: 100vh;
overflow: hidden;
background-size: cover;
background-position: center;

View File

@ -9,7 +9,7 @@
}
.login_background {
width: 100%;
height: 100%;
min-height: 100vh;
overflow: hidden;
background-size: cover;
background-position: center;