mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-11 16:06:02 +08:00
feat: 修复代码警告 (#6190)
This commit is contained in:
parent
e0a5e14978
commit
fc65f8f689
1 changed files with 2 additions and 1 deletions
|
@ -421,13 +421,14 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-captcha {
|
.login-captcha {
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
:deep(.el-input__wrapper) {
|
:deep(.el-input__wrapper) {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
border-bottom: 1px solid #dcdfe6;
|
border-bottom: 1px solid #dcdfe6;
|
||||||
}
|
}
|
||||||
margin-top: 10px;
|
|
||||||
.el-input {
|
.el-input {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue