From 75f1a67edab90333043158f374efa54f893b199d Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Wed, 13 May 2026 11:28:39 +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 | 16 ++++++++++++++++ app/home/view/user/multiple.html | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/app/home/view/user/login.html b/app/home/view/user/login.html index 8366893..427d41e 100644 --- a/app/home/view/user/login.html +++ b/app/home/view/user/login.html @@ -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 { diff --git a/app/home/view/user/multiple.html b/app/home/view/user/multiple.html index 743e873..f14d017 100644 --- a/app/home/view/user/multiple.html +++ b/app/home/view/user/multiple.html @@ -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; }