Skip to content

Commit bbd4ab8

Browse files
committed
feat(shape): add outline for active element
1 parent 5f737f8 commit bbd4ab8

File tree

1 file changed

+1
-0
lines changed
  • front-end/h5/src/components/core/support

1 file changed

+1
-0
lines changed

front-end/h5/src/components/core/support/shape.js

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export default {
145145
<div
146146
onClick={this.handleWrapperClick}
147147
onMousedown={this.handleMousedown}
148+
style={{ outline: this.active ? '1px dashed #bcbcbc' : '' }}
148149
>
149150
{
150151
this.active &&

0 commit comments

Comments
 (0)