xiao-xx 2 vuotta sitten
vanhempi
commit
4dd3a425e3

+ 5 - 4
modules/core/src/main/resources/views/portal/sysDesktop.html

@@ -26,11 +26,12 @@
             width: 38px!important
         }
         .new-list1 li a{
-            width: 30% !important;
+            width: 19% !important;
             float: left !important;
-            border: 1px solid #eee;
-            margin-left: 3%;
+            margin-left: 1%;
             margin-top: 2%;
+            text-align: center;
+            padding: 0 !important;
         }
         .new-list1 .text{
             /*overflow: initial;*/
@@ -373,7 +374,7 @@ function getweek() {
                 var list = data.ssoAppList;
                 var str = "";
                 for (let i = 0; i < list.length; i++) {
-                    str += '<a target="_blank" href="'+list[i].callbackUrl+'"><img src="'+list[i].appImage+'" width="25" height="25" style="float:left;"/><span title="" class="text">'+list[i].appName+'</span></a>\n';
+                    str += '<a target="_blank" href="'+list[i].callbackUrl+'"><img src="'+list[i].appImage+'" width="50" height="50"/><span title="" class="text">'+list[i].appName+'</span></a>\n';
                 }
                 $("#tjapp").html(str);
                 $("#tjapp1").html(str);

+ 7 - 0
modules/sso/pom.xml

@@ -19,6 +19,13 @@
 	<dependencies>
 
 
+		<!-- 核心模块 -->
+		<dependency>
+			<groupId>com.jeesite</groupId>
+			<artifactId>jeesite-module-core</artifactId>
+			<version>${project.parent.version}</version>
+		</dependency>
+
 		<!--生成token-->
 		<dependency>
 			<groupId>io.jsonwebtoken</groupId>

+ 2 - 2
web/src/main/resources/views/modules/sys/retrieve/retrieve.html

@@ -194,7 +194,7 @@
 <!-- 站内搜索部分 -->
 <div class="search inner">
     <div class="home-search">
-        <div class="home-search-container">
+        <div class="home-search-container" style="position: absolute;top: 0;width: calc( 100% - 28px)">
             <div class="home-search-title">
                 <div class="home-search-list">
                     <p class="search-list-label" p-value="TI^TITLE^SERIES^Title Processing^标题">标题</p>
@@ -216,7 +216,7 @@
                 </form>
             </div>
         </div>
-        <div class="home-search-container">
+        <div class="home-search-container" style="position: none">
             <div class="home-search-title">
                     <p class="search-list-label" p-value="TI^TITLE^SERIES^Title Processing^所属栏目">所属栏目</p>
             </div>