删除废弃代码

This commit is contained in:
灌糖包子 2026-05-15 15:53:59 +08:00
parent 3e331f58ce
commit ee88c8abe9
Signed by: sookie
GPG Key ID: 67E8D0AE905C79B0
3 changed files with 1 additions and 3 deletions

View File

@ -44,7 +44,6 @@
left: 0; left: 0;
position: absolute; position: absolute;
border-radius: 6px; border-radius: 6px;
//background-image: url("");
} }
.slider-bottom { .slider-bottom {

View File

@ -1,7 +1,6 @@
#tianai-captcha.tianai-captcha-rotate { #tianai-captcha.tianai-captcha-rotate {
.rotate-img-div { .rotate-img-div {
height: 100%; height: 100%;
/*position: absolute;*/
text-align: center; text-align: center;
img { img {
height: 100%; height: 100%;

View File

@ -28,7 +28,7 @@
<template #header> <template #header>
<div class="panel-title">验证码预览</div> <div class="panel-title">验证码预览</div>
</template> </template>
<div ref="captchaBoxRef" id="captcha-sandbox-box" class="captcha-box"></div> <div ref="captchaBoxRef" class="captcha-box"></div>
</el-card> </el-card>
</div> </div>
</div> </div>