当前位置:网站首页>自定义picker滚动选择器样式
自定义picker滚动选择器样式
2022-08-10 14:29:00 【a_靖】
先上效果图
上代码:
我把它封装成了组件,可以直接引用,传入list就行
<template>
<view class="picker">
<picker-view
mask-style="background:rgba(15, 67, 80, 0.001);"
indicator-style="color:red;"
indicator-class="indicatorClass"
immediate-change="true"
:value="value" @change="bindChange" class="picker-view">
<picker-view-column>
<view class="item" v-for="(item,index) in list"
:class="pickerFc(index)"
:key="index">{
{item}}</view>
</picker-view-column>
</picker-view>
</view>
</template>
<script>
export default {
props: ['list'],
data() {
return {
value: [0],
visible: tru
边栏推荐
- 池化技术有多牛?来,告诉你阿里的Druid为啥如此牛逼!
- Open source SPL wipes out tens of thousands of database intermediate tables
- BCG库简介
- Pointer (preliminary solution of C language)
- 王学岗—————————哔哩哔哩直播-手写哔哩哔哩硬编码录屏推流(硬编)(26节课)
- Existing in the rain of PFAS chemical poses a threat to the safety of drinking water
- 微信小程序,自定义输入框与导航胶囊对其
- 力扣解法汇总640-求解方程
- 【MindSpore易点通机器人-02】设计与技术选型
- 什么?你还不会JVM调优?
猜你喜欢
这一次,话筒给你:向自由软件之父斯托曼 提问啦!
第五讲 测试技术与用例设计
[JS Advanced] Creating sub-objects and replacing this_10 in ES5 standard specification
中学数学建模书籍及相关的视频等(2022.08.09)
DB2查询2个时间段之间的所有月份,DB2查询2个时间段之间的所有日期
如何完成新媒体产品策划?
线上线下课程教学培训小程序开发制作功能介绍
[Gazebo Introductory Tutorial] Lecture 3 Static/Dynamic Programming Modeling of SDF Files
How does IT Xiaobai learn PHP systematically
重要通知 | “移动云杯”算力网络应用创新大赛初赛延期!!
随机推荐
SQL学习(基础)
面试面到了一个腾讯30k出来的,有见识到何为精通MySQL调优
EVE模拟器的使用-带图超详细(学网络用)「建议收藏」
Epoll learn to think: a high performance server processing framework
vue 怎么清除tab 切换缓存问题 ?
领域驱动实践总结(基本理论总结与分析V+架构分析与代码设计+具体应用设计分析)
C#实现访问OPC UA服务器
PHP judges whether the file has content, and if there is no content, copy another file to write
Summary of tensorflow installation stepping on the pit
等保2.0一个中心三重防护指的是什么?如何理解?
奢侈品鉴定机构小程序开发制作功能介绍
Analysys and the Alliance of Small and Medium Banks jointly released the Hainan Digital Economy Index, so stay tuned!
Lack of comparators, op amps come to the rescue!(Op amp is recorded as a comparator circuit)
基于ArcGIS水文分析、HEC-RAS模拟技术在洪水危险性及风险评估
从全球价值链视角看,京东云数智供应链对未来经济有何影响?
"Thesis Reading" PLATO: Pre-trained Dialogue Generation Model with Discrete Latent Variable
【有限元分析】异型密封圈计算泄漏量与参数化优化过程(带分析源文件)
tensorflow安装踩坑总结
Do not access Object.prototype method ‘hasOwnProperty‘ from target object....
MySQL interview questions