This commit is contained in:
gaofeng
2026-05-13 11:28:27 +08:00
parent 30db76c623
commit ecc8e46543
2 changed files with 20 additions and 0 deletions

View File

@@ -55,6 +55,18 @@
width: 100%;
}
.login-form .layui-input-prefix {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
line-height: 50px;
}
.login-form .layui-input-prefix .layui-icon {
line-height: 1;
}
.login-form .layui-input {
height: 50px;
border: 1px solid #d8dee8;

View File

@@ -92,6 +92,7 @@
justify-content: flex-end;
gap: 10px;
margin-top: 4px;
flex-wrap: nowrap;
}
.invoice-action {
@@ -102,6 +103,13 @@
cursor: pointer;
font-weight: 800;
user-select: none;
white-space: nowrap;
line-height: 1.4;
}
.invoice-action .layui-icon {
flex: 0 0 auto;
line-height: 1;
}
.invoice-action.is-danger {