Skip to content

Commit 8498687

Browse files
fix: captcha style
1 parent 190ca3e commit 8498687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
>
4646
</el-input>
4747

48-
<img :src="identifyCode" alt="" height="40" class="ml-8 cursor" @click="makeCode" />
48+
<img :src="identifyCode" alt="" height="38" class="ml-8 cursor border border-r-4" @click="makeCode" />
4949
</div>
5050
</el-form-item>
5151
</div>

0 commit comments

Comments
 (0)