瀏覽代碼

update 修复 页面显示太长后 能够显示 并且能点击后查看显示不全的所有信息

bzd_lxf 3 月之前
父節點
當前提交
2f2a23529f

+ 1 - 0
health-admin/src/main/resources/static/health/js/ry-ui.js

@@ -310,6 +310,7 @@ var table = {
                 });
             },
             tooltip2: function (value, length, target) {
+                target="open";
                 var _length = $.common.isEmpty(length) ? 19 : length;
                 var _text = "";
                 var _value = $.common.nullToStr(value);

+ 3 - 3
health-admin/src/main/resources/templates/system/config/config.html

@@ -36,7 +36,7 @@
 					</div>
 				</form>
 			</div>
-			
+
 	        <div class="btn-group-sm" id="toolbar" role="group">
 		        <a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:config:add">
 		            <i class="fa fa-plus"></i> 新增
@@ -138,11 +138,11 @@
             };
             $.table.init(options);
         });
-        
+
         /** 刷新参数缓存 */
         function refreshCache() {
             $.operate.get(prefix + "/refreshCache");
         }
     </script>
 </body>
-</html>
+</html>