Browse Source

fix-

wangqin
IAMHERE 11 months ago
parent
commit
89782ec951
  1. 3
      ruoyi-ui/src/layout/index.vue

3
ruoyi-ui/src/layout/index.vue

@ -28,7 +28,7 @@
</div> </div>
</div> </div>
</div> </div>
<div :class="{hasTagsView:needTagsView}" class="main-container" :style="topNav?'margin-left:0;height:91vh;':''"> <div :class="{hasTagsView:needTagsView}" class="main-container" :style="topNav?'margin-left:0;height:92.4vh;':''">
<div :class="{'fixed-header':fixedHeader}"></div> <div :class="{'fixed-header':fixedHeader}"></div>
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<!-- <breadcrumb ref="Breadcrumb" id="breadcrumb-container" class="breadcrumb-container" style="margin-left:20px;" /> --> <!-- <breadcrumb ref="Breadcrumb" id="breadcrumb-container" class="breadcrumb-container" style="margin-left:20px;" /> -->
@ -200,6 +200,7 @@ export default {
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
// background-color: #11232a;
// overflow: hidden; // overflow: hidden;
&.mobile.openSidebar { &.mobile.openSidebar {
position: fixed; position: fixed;

Loading…
Cancel
Save