We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<view class="contSon"> <view class="to_lf"> <text class="name">{{con.deviceName}}</text> <text class="code">设备ID:{{con.deviceNumber}}</text> </view> <button class="to_rt" type="primary" @click="toOpen(con.deviceNumber)" >查 看</button> </view> .contSon { display: flex; flex-direction:row; padding: 0 30rpx; box-shadow: 0 4rpx 35rpx 0 rgba(14, 5, 10, .15)!important; }
box-shadow: 0 4rpx 35rpx 0 rgba(14, 5, 10, .15)!important; 浏览器有效果手机中没效果
The text was updated successfully, but these errors were encountered:
No branches or pull requests
box-shadow: 0 4rpx 35rpx 0 rgba(14, 5, 10, .15)!important; 浏览器有效果手机中没效果
The text was updated successfully, but these errors were encountered: