This commit is contained in:
gaofeng
2026-05-13 11:28:39 +08:00
parent 72c70dfb7e
commit 75f1a67eda
2 changed files with 22 additions and 0 deletions

View File

@@ -53,6 +53,8 @@
.login-form .layui-input-wrap {
width: 100%;
display: flex;
align-items: center;
}
.login-form .layui-input {
@@ -60,6 +62,20 @@
border: 1px solid #d8dee8;
border-radius: 4px;
font-size: 15px;
padding-left: 38px;
}
.login-form .layui-input-prefix {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 50px;
line-height: 50px;
}
.login-form .layui-input-prefix .layui-icon {
line-height: 1;
}
.login-form .layui-input:focus {

View File

@@ -101,9 +101,15 @@
color: var(--main-color);
cursor: pointer;
font-weight: 800;
white-space: nowrap;
user-select: none;
}
.invoice-action i {
flex: 0 0 auto;
line-height: 1;
}
.invoice-action.is-danger {
color: #951e14;
}