diff --git a/app/home/view/user/login.html b/app/home/view/user/login.html index e754aa2..1d6b7f5 100644 --- a/app/home/view/user/login.html +++ b/app/home/view/user/login.html @@ -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; diff --git a/app/home/view/user/multiple.html b/app/home/view/user/multiple.html index 743e873..2145d82 100644 --- a/app/home/view/user/multiple.html +++ b/app/home/view/user/multiple.html @@ -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 {