当前位置:网站首页>The hole of scroll view in uniapp
The hole of scroll view in uniapp
2022-07-25 08:51:00 【Yaba 902】
1.scroll-view by scroll-x="true" when
(1)scroll-view The child element of , Floating cannot be used float
(2)scroll-view Use outer container display:flex It's invalid
(3) If you want to achieve flex Horizontal effect , Please set the child element to slide to display:inline-block And set its width and height
(4) Add attributes to the outer container overflow:hidden;white-space:nowrap;
html Code
<scroll-view scroll-x="true" class="limit-act-con">
<view class="act-img" v-for="(item,index) in list3" :key="index">
<img :src="item" alt="">
</view>
</scroll-view>style Code
.limit-act-con {
overflow:hidden;
white-space:nowrap;
.act-img {
display: inline-block;
margin-right: 16rpx;
dislay:inline-block;
img {
width: 332rpx;
height: 160rpx;
border-radius: 20rpx;
}
}
}2.scroll-view by scroll-y="true" when
Just set the height of the outer container
边栏推荐
- uniapp中scroll-view的坑
- Initial knowledge of WebService (generate jar packages and call methods in remote services)
- Freemaker template engine
- @Use of Autowired
- FreeMaker模板引擎
- Dependency conflict resolution under idea
- Sina Weibo client (4) - set navigation bar theme
- Graduation design of wechat small program ordering system of small program completion works (3) background function
- @Differences between requestparam, @pathparam, @pathvariable and other annotations (use of some annotations)
- Graduation project of wechat small program ordering system of small program completion works (1) development outline
猜你喜欢

PHP reports an error: classes\phpexcel\cell php Line(594) Invalid cell coordinate ESIGN1

Leetcode · 83 biweekly race · 6129. Number of all 0 subarrays · mathematics
![[Sesame Street family] & Bert Bart Roberta](/img/ff/c685065cd413bd4cffd996fd9afeaa.png)
[Sesame Street family] & Bert Bart Roberta

Illustration leetcode - 1184. Distance between bus stops (difficulty: simple)

YOLOV5环境配置

canvas动态图片头像晃动js特效

Visual query (sp_helptext) -- quick query of stored procedures containing specified strings (with source code)

Wechat sports field reservation of the finished works of the applet graduation project (4) opening report

360度拖拽全景图插件tpanorama.js

51单片机外设篇:电机
随机推荐
OpenGL es to achieve the effect of "big head, small head" and "head shaking"
FreeMaker模板引擎
Foundation 31: Selenium positioning dynamic ID element
BigDecimel转人民币大写
Django4.0 + Web + MySQL5.7 实现简单登录操作
全网最简约的sklearn环境配置教程(百分百成功)
JD cloud and Forrester consulting released a hybrid cloud report that cloud Nativity has become a new engine driving industrial development
@Autowired注解的实现原理
[graduation project] cinema booking management system based on micro Service Framework
图解LeetCode——919. 完全二叉树插入器(难度:中等)
附加:中半部分sql语句 区/县(数据表)
Memcached data cache database (improve efficiency)
Centernet network structure construction
When crontab scheduled task executes jar through script, it encounters a pit where jar package execution is invalid
@Implementation principle of Autowired annotation
Oracle10g单实例数据库升级到哪个版本好,求建议
英特尔就产品延误向Xe HPG寻宝游戏获奖者道歉并公布奖品样貌
uniapp中scroll-view的坑
C语言基础
canvas动态图片头像晃动js特效