嗨森逛PC管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
high-web/src/app/common/verification-code/verification-code.component...

5 lines
208 B

<div id="v_container" (click)="refresh()" style="width: 100%;height: 100%;display: flex;justify-content: center;">
<canvas #verifyCanvas width="100" height="40" style="cursor: pointer;" ></canvas>
</div>