From 4f0d9bde31a80f6279e26466250da7716eec627f Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期四, 18 十二月 2025 09:15:05 +0800
Subject: [PATCH] 提交成果资料按钮调整
---
src/main/webapp/WEB-INF/view/theme/v2/index.jsp | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/WEB-INF/view/theme/v2/index.jsp b/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
index 999ab4d..5f233ad 100644
--- a/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
+++ b/src/main/webapp/WEB-INF/view/theme/v2/index.jsp
@@ -61,13 +61,13 @@
<body class="pt-tree">
<div class="header">
- <c:if test="${licenseInfo.licenseType!=1 && licenseInfo.getExpiryDay()<=30}">
- <marquee direction="left" width="100%" height="20" behavior="alternate"
- style="background-color: red; color:#fff; z-index:100; font-weight: bold; position: absolute; line-height: 20px;"
- onMouseOut="this.start();" onMouseOver="this.stop();">
- 灏婃暚鐨勫鎴�${licenseInfo.licenseCompany}鎮ㄥソ锛佹偍鐨勮鍙枃浠跺嵆灏嗗湪${licenseInfo.getExpiryDay()}澶╁悗杩囨湡锛岃鍙婃椂鑱旂郴渚涘簲鍟嗘洿鏂拌鍙枃浠讹紒
- </marquee>
- </c:if>
+<%-- <c:if test="${licenseInfo.licenseType!=1 && licenseInfo.getExpiryDay()<=30}">--%>
+<%-- <marquee direction="left" width="100%" height="20" behavior="alternate"--%>
+<%-- style="background-color: red; color:#fff; z-index:100; font-weight: bold; position: absolute; line-height: 20px;"--%>
+<%-- onMouseOut="this.start();" onMouseOver="this.stop();">--%>
+<%-- 灏婃暚鐨勫鎴�${licenseInfo.licenseCompany}鎮ㄥソ锛佹偍鐨勮鍙枃浠跺嵆灏嗗湪${licenseInfo.getExpiryDay()}澶╁悗杩囨湡锛岃鍙婃椂鑱旂郴渚涘簲鍟嗘洿鏂拌鍙枃浠讹紒--%>
+<%-- </marquee>--%>
+<%-- </c:if>--%>
<img src="${systemConfig.headLogoUrl }" alt="${systemConfig.platformName}" class="logo"/>
<a class="f_mid t_left" href="javascript:;">
<i class="fa fa-bars"></i>
--
Gitblit v1.9.1