Commit ff4bf1944c9e1546792aeabf22ed5b8607481e40
1 parent
9d9919ca
图片组件圆角功能添加
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/widgetImage.vue
| ... | ... | @@ -31,7 +31,8 @@ export default { |
| 31 | 31 | height: this.transStyle.height + "px", |
| 32 | 32 | left: this.transStyle.left + "px", |
| 33 | 33 | top: this.transStyle.top + "px", |
| 34 | - right: this.transStyle.right + "px" | |
| 34 | + right: this.transStyle.right + "px", | |
| 35 | + "border-radius": this.transStyle.borderRadius + 'px' | |
| 35 | 36 | }; |
| 36 | 37 | }, |
| 37 | 38 | imgStyle() { | ... | ... |