Browse Source

fix show annoattion

tags/v1.21.12.1
zhoupzh 4 years ago
parent
commit
fe0f5a420c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/self/labeling.html

+ 1
- 1
public/self/labeling.html View File

@@ -524,7 +524,7 @@ ul.region_shape .selected { fill:#ffffff; stroke:#ff0000; }
<div id="labelwin" width="100%" style="display: flex;justify-content: center;align-content: center;" >
<input type="hidden" class="form-control" id="postmessage" >
<div id = "show_region" style="z-index: 50000;position: absolute;width: 0px;height: 0px"></div>
<div id = "show_region" style="z-index: 50000;width: 0px;height: 0px"></div>
<canvas id="myCanvas" style="border:1px solid #5a5a5a;"></canvas>
<div id="float_text"></div>


Loading…
Cancel
Save