当前位置:网站首页>How to display scrollbars on the right side of the background system and how to solve the problem of double scrollbars
How to display scrollbars on the right side of the background system and how to solve the problem of double scrollbars
2022-07-01 03:35:00 【ohm_ coder】
1. stay <router-view /> The label is wrapped here
<!-- On the right -->
<div class="content_container">
<router-view></router-view>
</div>css
// On the right
.content_container {
position: absolute;
top: 70px;
left: 250px;
right: 0;
bottom: 0;
overflow-y: auto;
}About css The explanation written like this

2. A double scroll bar appears

Solution
stay app.vue file

Code
#app {
height: 100%;
overflow: hidden;
}Perfect solution
边栏推荐
猜你喜欢

RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs

File upload and download

Cygwin的下载和安装配置

岭回归和lasso回归

The combination of applet container technology and IOT

Introduction to EtherCAT

4、【WebGIS实战】软件操作篇——数据导入及处理

Take you through a circuit board, from design to production (dry goods)
![Pyramid scene parsing network [pspnet] thesis reading](/img/05/4645c8a595083479dee6835620335d.png)
Pyramid scene parsing network [pspnet] thesis reading
![[us match preparation] complete introduction to word editing formula](/img/e4/5ef19d52cc4ece518e79bf10667ef4.jpg)
[us match preparation] complete introduction to word editing formula
随机推荐
Feign远程调用和Getaway网关
GCC usage, makefile summary
Asgnet paper and code interpretation 2
Cygwin的下载和安装配置
Avalanche problem and the use of sentinel
Pyramid scene parsing network [pspnet] thesis reading
How do I use Google Chrome 11's Upload Folder feature in my own code?
4、【WebGIS实战】软件操作篇——数据导入及处理
pytorch nn. AdaptiveAvgPool2d(1)
pytorch训练深度学习网络设置cuda指定的GPU可见
File upload and download
【读书笔记】《文案变现》——写出有效文案的四个黄金步骤
Subnet division and subnet summary
Finally in promise
The shell script uses two bars to receive external parameters
Feature pyramid networks for object detection
Random seed torch in deep learning manual_ seed(number)、torch. cuda. manual_ seed(number)
后台系统右边内容如何出现滚动条和解决双滚动条的问题
pytorch nn.AdaptiveAvgPool2d(1)
How to use hybrid format to output ISO files? isohybrid:command not found