当前位置:网站首页>后台系统右边内容如何出现滚动条和解决双滚动条的问题
后台系统右边内容如何出现滚动条和解决双滚动条的问题
2022-07-01 03:13:00 【ohm_coder】
1. 在<router-view />这里标签包住
<!-- 右边内容 -->
<div class="content_container">
<router-view></router-view>
</div>css
// 右边内容
.content_container {
position: absolute;
top: 70px;
left: 250px;
right: 0;
bottom: 0;
overflow-y: auto;
}关于css这样写的解释

2. 出现双滚动条

解决方式
在app.vue文件

代码
#app {
height: 100%;
overflow: hidden;
}完美解决
边栏推荐
猜你喜欢

EDLines: A real-time line segment detector with a false detection control翻译

咱就是说 随便整几千个表情包为我所用一下

数据交换 JSON

Huawei operator level router configuration example | BGP VPLS configuration example

Cloud native annual technology inventory is released! Ride the wind and waves at the right time

最新接口自动化面试题

Detailed list of errors related to twincat3 ads of Beifu

Hello World generation

E15 solution for cx5120 controlling Huichuan is620n servo error

Stop saying that you can't solve the "cross domain" problem
随机推荐
Golang多图生成gif
Huawei operator level router configuration example | configuration static VPLS example
A few lines of transaction codes cost me 160000 yuan
[applet project development -- Jingdong Mall] user defined search component of uni app (Part 1)
访问url 404 的错误
第03章_用戶與權限管理
ES6解构语法详解
Redis分布式锁的8大坑
Leetcode 1818 absolute value, sorting, dichotomy, maximum value
C # realize solving the shortest path of unauthorized graph based on breadth first BFS -- complete program display
How to achieve 0 error (s) and 0 warning (s) in keil5
Ctfshow blasting WP
别再说不会解决 “跨域“ 问题啦
Overview of EtherCAT principle
岭回归和lasso回归
Leetcode 1482 guess, how about this question?
【EXSI】主机间传输文件
线程数据共享和安全 -ThreadLocal
Multithreaded printing
监听器 Listener