This commit is contained in:
杜恒
2021-05-17 11:11:20 +08:00
parent 404afe2b07
commit 27906613d9
4 changed files with 6 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
</div>
<div class="list captcha">
<input maxlength="4" type="text" autocomplete="off" name="captcha" placeholder="请输入验证码..." />
<img style="cursor: pointer;" src="<?php $this->options->themeUrl('core/captcha.php'); ?>" onclick="this.src = this.src">
<img style="cursor: pointer; margin-right: 5px;" src="<?php $this->options->themeUrl('core/captcha.php'); ?>" onclick="this.src = this.src">
</div>
</div>
<div class="body">