salary-management-front/pc4mobx/hrmSalary/components/captchaModal/index.less

30 lines
402 B
Plaintext
Raw Normal View History

2023-06-16 11:12:20 +08:00
.captchaWrapper {
.wea-dialog-body {
padding: 30px 20px;
.wea-form-item-wrapper {
.wea-error {
width: 100%;
2025-04-25 13:38:43 +08:00
}
}
}
}
2023-06-16 11:12:20 +08:00
2025-04-25 13:38:43 +08:00
.captchaInputBox {
display: flex;
align-items: center;
2023-06-16 11:12:20 +08:00
2025-04-25 13:38:43 +08:00
.wea-input-normal {
flex: 1;
}
2023-06-16 11:12:20 +08:00
2025-04-25 13:38:43 +08:00
button {
padding: 8px 10px;
border-radius: 0;
min-width: 80px;
text-align: center;
height: 30px;
line-height: 15px;
2023-06-16 11:12:20 +08:00
}
}