From ecc8e46543aad3445193b93582da4fd609625d52 Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Wed, 13 May 2026 11:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/user/login.html | 12 ++++++++++++ app/home/view/user/multiple.html | 8 ++++++++ 2 files changed, 20 insertions(+) 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 {