fix : 修改cil全屏后的黑边问题
This commit is contained in:
@@ -142,7 +142,6 @@
|
|||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: black !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontSizeBox{
|
.fontSizeBox{
|
||||||
|
|||||||
@@ -2,14 +2,7 @@
|
|||||||
@import './webSSH.scss';
|
@import './webSSH.scss';
|
||||||
</style>
|
</style>
|
||||||
<template>
|
<template>
|
||||||
<el-drawer
|
<div id="shell-service" data-yunlog-scope="popup" :class="{'shell-service-max': isFullScreen,'shell-service':true}" v-show="consoleShow">
|
||||||
:visible.sync="consoleShow"
|
|
||||||
direction="btt"
|
|
||||||
:close-on-press-escape="false"
|
|
||||||
:modal="false"
|
|
||||||
:withHeader="false"
|
|
||||||
>
|
|
||||||
<div id="shell-service" data-yunlog-scope="popup" :class="{'shell-service-max': isFullScreen,'shell-service':true}">
|
|
||||||
<div id="shell-service-resize-mask"></div>
|
<div id="shell-service-resize-mask"></div>
|
||||||
<div id="shell-split" class="shell-split shell-iconfont" @mousedown="dragEagle" v-show="!isFullScreen">一</div>
|
<div id="shell-split" class="shell-split shell-iconfont" @mousedown="dragEagle" v-show="!isFullScreen">一</div>
|
||||||
<div style='position: relative;'>
|
<div style='position: relative;'>
|
||||||
@@ -171,7 +164,6 @@
|
|||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -665,12 +665,12 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.linkBox{
|
.linkBox{
|
||||||
height: calc(100vh - 100px);
|
max-height: calc(100vh - 300px);
|
||||||
width: 800px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
.scrollBox{
|
.scrollBox{
|
||||||
position: relative;
|
position: relative;
|
||||||
height: calc(100vh - 200px);
|
height: 600px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.linkTitle{
|
.linkTitle{
|
||||||
|
|||||||
Reference in New Issue
Block a user