当前位置:网站首页>Vant Weapp SwipeCell设置多个按钮
Vant Weapp SwipeCell设置多个按钮
2022-07-05 06:23:00 【Heerey525】
情况
在weapp文档中没有看到设置两个按钮的代码
遗憾的是找了一圈其实没有发现有人给出解决方案
解决方案
在控制台看到其实在<view slot="right">宽度不够,并不是第二个按钮出不来。
发现有right-width这个属性,把right-width变大就可以容纳更多按钮了
代码
<van-swipe-cell right-width="{
{ 130 }}" left-width="{
{ 65 }}">
<view slot="left">选择</view>
<van-cell-group>
<van-cell title="单元格" value="内容" />
</van-cell-group>
<view slot="right">
<van-button type="primary" >编辑</van-button>
<van-button type="danger" >删除</van-button>
</view>
</van-swipe-cell>
边栏推荐
- Game theory acwing 891 Nim games
- 4. Oracle redo log file management
- FFmpeg build下载(包含old version)
- How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
- Game theory acwing 893 Set Nim game
- Gauss Cancellation acwing 884. Solution d'un système d'équations Xor linéaires par élimination gaussienne
- 7.Oracle-表结构
- 5.Oracle-錶空間
- 【LeetCode】Day95-有效的数独&矩阵置零
- Leetcode-9: palindromes
猜你喜欢

5.Oracle-表空间

将webApp或者H5页面打包成App

Liunx starts redis

4. Object mapping Mapster

3. Oracle control file management
![[2021]GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields](/img/65/7fa32cd0005ddaaebacd85c25e0c7e.jpg)
[2021]GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields

Doing SQL performance optimization is really eye-catching

Sorting out the latest Android interview points in 2022 to help you easily win the offer - attached is the summary of Android intermediate and advanced interview questions in 2022
![[wustctf2020] plain_ WP](/img/66/fdf7649359f36444703ff2279562e6.jpg)
[wustctf2020] plain_ WP

Alibaba's new member "Lingyang" officially appeared, led by Peng Xinyu, Alibaba's vice president, and assembled a number of core department technical teams
随机推荐
2048 project realization
MySQL advanced part 2: storage engine
[rust notes] 17 concurrent (Part 1)
什么是套接字?Socket基本介绍
Install opencv -- CONDA to establish a virtual environment and add the kernel of this environment in jupyter
P2575 master fight
1.14 - assembly line
3. Oracle control file management
WordPress switches the page, and the domain name changes back to the IP address
阿里巴巴成立企业数智服务公司“瓴羊”,聚焦企业数字化增长
Leetcode dynamic programming
Traversal of leetcode tree
How to set the drop-down arrow in the spinner- How to set dropdown arrow in spinner?
4.Oracle-重做日志文件管理
Leetcode backtracking method
5. Oracle TABLESPACE
Game theory acwing 891 Nim games
How to make water ripple effect? This wave of water ripple effect pulls full of retro feeling
Leetcode-9: palindromes
2022/6/29-日报