liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div>
    <div style="width:100%;height:100%;    border: 3px solid #b8b5b5;
    border-radius: 5px;" data-dojo-attach-point="eagleEye"></div>
 
    <div style="    position: absolute;cursor: pointer;
    bottom: 2px;
    left: 2px;
    height: 29px;
    width: 45px;
    padding: 3px;
    background-color: #0a001f;"><a  style="    color: white;
    font-size: 14px;
    padding: 5px;" data-dojo-attach-point="visNode"  data-dojo-attach-event="click:vis">隐藏</a></div>
</div>