z***@163.com
z***@163.com
  • 发布:2019-08-21 11:19
  • 更新:2019-08-21 11:19
  • 阅读:1049

使用plus.nativeObj.View绘制矩形怎么设置阴影

分类:uni-app

var view = new plus.nativeObj.View('popup',{width:'94%',height:'60px',top:'25px',left:'3%',right:'3%');
view.draw([
{tag:'rect',id:'rect',rectStyles:{color:'#ffffff',borderColor:'#eeeeee',borderWidth:'1px',radius:'5px',},position:{top:'0px',left:'0px',width:'100%',height:'100%'}},
]);
view.show();

如何设置rect的阴影效果?

2019-08-21 11:19 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复