提交
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user