|
@@ -187,7 +187,7 @@
|
|
|
<h1 style="margin-bottom: 48px;color:var(--b3-theme-on-background)">{{.workspace}}</h1>
|
|
|
<input class="b3-text-filed" id="authCode" type="password" placeholder="{{.l0}}"/><br>
|
|
|
<div style="position: relative;width: 240px;margin: 8px auto 0;display: none">
|
|
|
- <img id="captchaImg" style="top: 1px;position: absolute;height: 28px;right: 1px;cursor: pointer">
|
|
|
+ <img id="captchaImg" style="top: 1px;position: absolute;height: 27px;right: 1px;cursor: pointer">
|
|
|
<input id="captcha" class="b3-text-filed" placeholder="{{.l3}}">
|
|
|
</div>
|
|
|
<button class="b3-button" onclick="submitAuth()">{{.l1}}</button>
|