在手机上是有效的,可以用,开发工具上没反应
picker地区选择器的level要如何生效?<picker mode="region" bindchange="bindRegionChange" level="sub-district" value="{{region}}" custom-item="{{customItem}}"> </picker>
2022-08-07都没有办法解决吗?
为何组件switch不能更改“宽度”?<switch>共盘</switch> 问题:switch开关的宽度无法改变!!!无论用什么方法,中间那个圆球的滑动距离,永远是该组件原始的宽度距离!!!! 请助:如何改变switch开关的长度?! /*以下是wxss代码*/ .wx-switch-input { width: 250rpx !important; height: 42rpx !important; background: white !important; border: #b7b8b9 1rpx solid !important; border-radius: 15rpx !important; } /********** 《注》《意》《!》这部分代码设置为何无效?:设置了都没有效果!! ************/ .wx-switch-input::before{ width: 200rpx !important; height: 40rpx !important; background: red !important; } /******************************************************************/ /************** 而正面这个是有效果的 *******************/ .wx-switch-input::after { border-radius: 15rpx !important; width: 40rpx !important; height: 40rpx !important; color: white !important; background: #f9d100 !important; content: "|||" !important; font-size: small !important; text-align: center; }
2022-07-25