ElemeFE / element-react

Element UI
https://elemefe.github.io/element-react/index
MIT License
2.83k stars 444 forks source link

image 关闭窗口图标颜色不明显( 建议改为点击遮罩层进行关闭 ) #1071

Closed golden0425 closed 4 years ago

golden0425 commented 4 years ago

Description

image 组件关闭图标颜色不明显 在大显示屏下距离过远 不是特别方便操作

Solution

建议把hide事件 添加到遮罩层:

 <div class="el-image-viewer__mask" @click="hide"></div>