Commit 612fd0343f10a1f6c334bf8094e478e7b666baf1
1 parent
a0109f59
update shape helper style
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/core/support/shape.js
| ... | ... | @@ -150,7 +150,7 @@ export default { |
| 150 | 150 | <div |
| 151 | 151 | onClick={this.handleWrapperClick} |
| 152 | 152 | onMousedown={this.handleMousedown} |
| 153 | - style={{ outline: this.active ? '1px dashed #bcbcbc' : '' }} | |
| 153 | + class={{ 'shape__wrapper-active': this.active }} | |
| 154 | 154 | > |
| 155 | 155 | { |
| 156 | 156 | this.active && | ... | ... |