收藏
回答

switch右侧有个小小的间隙

问题类型 API/组件名称 终端类型 微信版本 基础库版本
Bug switch 微信安卓客户端 8.0.66 3.13.2
<view style="border: 1px solid red;">  
      <switch class="switch-box" color="#54BBF7" ></switch>  
</view>
.switch-box {
  background-color: #0dd338;
}


https://developers.weixin.qq.com/miniprogram/dev/component/switch.html

回答关注问题邀请回答
收藏

2 个回答

  • 小黎
    小黎
    01-22

    wx-switch .wx-switch-input{

      margin-right: 0;

    }


    01-22
    有用
    回复
  • 智能回答 智能回答 本次回答由AI生成
    01-22
    有用
    回复
登录 后发表内容