Files
2025-06-13 21:16:12 +08:00

22 lines
373 B
Plaintext

.reset-password-btn {
/* height: 100%; */
line-height: 36px;
color: #007AFF;
text-decoration: underline;
cursor: pointer;
}
.cancel-reset-password-btn {
color: #007AFF;
padding-right: 10px;
cursor: pointer;
}
.uni-forms-item__label {
width: 90px !important;
}
.uni-forms-item-flex-center-x {
display: flex;
align-items: center;
flex-wrap: wrap;
}