将焦点设置在角度的区域标签上

问题描述

当前我在地图标签内的区域标签上具有不同的矩形图像。

<map name="test" style="z-index:99999">
            <area href="javascript:void(0);"
                  [shape]="'rect'" *ngFor="let coords of imagesCoords"
                  [coords]="coords.AreaCoordinates.manipulatedCoords"
                  [target]="'_self'" 
                  [ngStyle]="{'top': coords.customTop+'px','left': coords.customLeft+'px','width': coords.customWidth+'px','height': coords.customHeight+'px'}"
                 
                 />
          </map>

基本上,当用户通过键盘/鼠标访问每个图像时,我希望视觉显示焦点。 如何设置区域标签中每个图像的焦点?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)