@@ -291,7 +291,7 @@ export default {
apiVoiceDel({broadcast_id:Number(item.BroadcastId)}).then(res=>{
if(res.code===200){
uni.showToast({
- message:'操作成功',
+ title:'操作成功',
icon:'none'
})
this.page=1
@@ -444,9 +444,9 @@ export default {
.del-btn{
position: absolute;
right: 130rpx;
- bottom: 30rpx;
- width: 32rpx;
- height: 32rpx;
+ bottom: 34rpx;
+ width: 34rpx;
+ height: 34rpx;
}
.share-btn{