当前位置:网站首页>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
边栏推荐
- 伺服第二编码器数值链接到倍福PLC的NC虚拟轴做显示
- Feature pyramid networks for object detection
- Subnet division and subnet summary
- leetcode 1482 猜猜看啊,这道题目怎么二分?
- pytest-fixture
- 线程数据共享和安全 -ThreadLocal
- C#实现基于广度优先BFS求解无权图最短路径----完整程序展示
- 实现pow(x,n)函数
- Split(), split(), slice(), can't you tell?
- Pyramid scene parsing network [pspnet] thesis reading
猜你喜欢

pytorch nn. AdaptiveAvgPool2d(1)

二叉树神级遍历:Morris遍历

Hal library operation STM32 serial port

Detailed list of errors related to twincat3 ads of Beifu

IPv4和IPv6、局域网和广域网、网关、公网IP和私有IP、IP地址、子网掩码、网段、网络号、主机号、网络地址、主机地址以及ip段/数字-如192.168.0.1/24是什么意思?

Appium自动化测试基础--补充:C/S架构和B/S架构说明
![[us match preparation] complete introduction to word editing formula](/img/e4/5ef19d52cc4ece518e79bf10667ef4.jpg)
[us match preparation] complete introduction to word editing formula

The preorder traversal of leetcode 144 binary tree and the expansion of leetcode 114 binary tree into a linked list

报错:Plug-ins declaring extensions or extension points must set the singleton directive to true

Hello World generation
随机推荐
终极套娃 2.0 | 云原生交付的封装
数据库DDL(Data Definition Language,数据定义语言)知识点
Common interview questions for performance test
Nacos
JS日常开发小技巧(持续更新)
How do I use Google Chrome 11's Upload Folder feature in my own code?
Depth first traversal of C implementation Diagram -- non recursive code
Learning notes for introduction to C language multithreaded programming
Detailed list of errors related to twincat3 ads of Beifu
后台系统页面左边菜单按钮和右边内容的处理,后台系统页面出现双滚动
pytorch nn.AdaptiveAvgPool2d(1)
GCC usage, makefile summary
10、Scanner.next() 无法读取空格/indexOf -1
用小程序的技术优势发展产业互联网
ctfshow爆破wp
Bilinear upsampling and f.upsample in pytorch_ bilinear
数据库中COMMENT关键字的使用
实现pow(x,n)函数
pytorch nn. AdaptiveAvgPool2d(1)
完全背包问题