Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 移动列表页面添加v-infinite-scroll后,页面出现两个滚动条,设置overflow:

0 votes
4.2k views
1 answer
    设置最外层bodyBox为overflow: hidden;width: 100%; height: 100%;,想去除最外层滚动条,无效,滚动条还是存在两个 <template> <div class="bodyBox"> <div> <el-tabs ... </ul> </div> </div> </template> 如何设置只有内部一个滚动条?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...