中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
微信扫码分享
你在组件上直接使用就可以了 .border({ width: { left: 3, right: 6, top: 10, bottom: 15 }, color: { left: '#e3bbbb', right: `Color.Blue`, top: `Color.Red`, bottom: `Color.Green` }, radius: { topLeft: 10, topRight: 20, bottomLeft: 40, bottomRight: 80 }, style: { left: `BorderStyle.Dotted`, right: `BorderStyle.Dotted`, top: `BorderStyle.Solid`, bottom: `BorderStyle.Dashed` } })