From 5d6cb15ac86d9174393cb9d1538d69b567e2c26c Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 09 五月 2024 08:56:50 +0800 Subject: [PATCH] 修改货品编辑bug --- CoreCms.Net.Web.Admin/wwwroot/views/user/login.html | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/user/login.html b/CoreCms.Net.Web.Admin/wwwroot/views/user/login.html index 5bce9cf..1ab003c 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/user/login.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/user/login.html @@ -4,8 +4,11 @@ </script> <div class=container-fluid> <div class="row min-vh-100 align-items-stretch"> - <div class="col-lg-7 d-none d-md-flex justify-content-center align-items-center gradient-brand-color vh-100"> - <figure class="figure pattern-svg"> + <!-- gradient-brand-color --> + <div class="col-lg-7 d-none d-md-flex justify-content-center align-items-center vh-100" style="padding: 0;"> + + <img src='/static/images/common/login.png' style="width: 100%; height: 100vh;"> + <!-- <figure class="figure pattern-svg"> <svg xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink width=690px height=519px> <path fill-rule=evenodd opacity=0.412 fill="rgb(255, 255, 255)" d="M0.010,293.142 L7.857,289.009 L11.990,296.857 L4.142,300.989 L0.010,293.142 Z" /> <path fill-rule=evenodd opacity=0.6 fill="rgb(255, 255, 255)" d="M680.839,148.992 L689.997,154.833 L684.156,163.991 L674.998,158.149 L680.839,148.992 Z" /> @@ -23,12 +26,12 @@ </div> </div> </div> - </div> + </div> --> </div> <div class="col-lg-5 d-flex align-items-md-baseline py-5 background--light vh-md-100 overflow-auto"> <div class="w-75 mt-3 mt-md-5 mx-auto overflow-hidden px-md-5 px-lg-3"> <header class="mb-5"> - <img src='/static/images/common/logo.png' style="height: 80px; object-fit: contain;"> + <img src='/static/images/common/logo.png' style="height: 80px;width:100%; object-fit: contain;"> </header> <main class="main"> <div class="form-validate layui-form"> -- Gitblit v1.9.1