Commit 0c3d02a2 authored by 赵伟庚's avatar 赵伟庚

[fix](bg-info): bug#8290,添加判断展示睁眼闭眼图标

parent a8ad5e4b
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
@click="idCardShow = !idCardShow" @click="idCardShow = !idCardShow"
class="copy-btn" class="copy-btn"
style="font-size: 14px; color: #a9b1c7; cursor: pointer" style="font-size: 14px; color: #a9b1c7; cursor: pointer"
icon="#bg-ic-eye"></bg-icon> :icon="idCardShow ? '#bg-ic-eye-close' : '#bg-ic-eye'"></bg-icon>
<bg-icon <bg-icon
class="copy-btn" class="copy-btn"
style="font-size: 14px; color: #a9b1c7; cursor: pointer" style="font-size: 14px; color: #a9b1c7; cursor: pointer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment