mirror of https://gitee.com/xiaonuobase/snowy
【更新】更新整体后台管理容器,让该前端增加前台界面不受高度限制
parent
cad24eb2a8
commit
6ca6c69469
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -35,7 +35,7 @@ a, button, input, textarea {
|
|||
/* 大布局样式 */
|
||||
.aminui {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
.login_background {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
overflow: hidden;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
|
Loading…
Reference in New Issue