From 5ac80d6a06f686a62c307c52c652e511e3896fb7 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 27 十一月 2023 16:44:53 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/ghtzwcsOld' into ghtzwcsOld
---
src/main/webapp/views/login.html | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 075a534..40c39b9 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>涓壃 鈹� login of zoneyung wcs</title>
+ <title>鍐犻缚 鈹� login of zoneyung wcs</title>
<style>
* {
padding: 0;
@@ -187,7 +187,7 @@
<div class="form-main">
<p style="text-align: center;"><img class="loginLogoUrl" src="../static/wcs/images/logo.png" alt="" style="width: 80%">
</p>
- <p style="margin-top: -15px;"><span class="login100-form-title p-t-20 p-b-45"
+ <p style="margin-top: -10px;"><span class="login100-form-title p-t-20 p-b-45"
style="color: #868686;font-size: 24px">WCS</span></p>
<div class="inputContainer">
<svg viewBox="0 0 16 16" fill="#2e2e2e" height="16" width="16"
@@ -239,6 +239,10 @@
$(".copyright-text").text(data.loginCopyrightText);
$(".copyright-img-url").attr("src", data.loginCopyrightImg1);
$(".loginLogoUrl").attr("src", data.loginLogo);
+
+ if (data.loginCopyrightImg1 == "") {
+ $(".copyright-img-url").hide()
+ }
}
});
--
Gitblit v1.9.1