parent
9b1bddb186
commit
be9df3a044
File diff suppressed because one or more lines are too long
|
|
@ -54,7 +54,7 @@ layui.define(['table', 'jquery', 'element'], function(exports) {
|
|||
|
||||
var notice = '<li class="layui-nav-item" lay-unselect="">' +
|
||||
'<a href="#" class="notice layui-icon layui-icon-notice"><span class="layui-badge-dot"></span></a>' +
|
||||
'<div class="layui-nav-child layui-tab pear-notice" style="left: -200px;">';
|
||||
'<div class="layui-nav-child layui-tab pear-notice" style="margin-top: 0px;;left: -200px;">';
|
||||
|
||||
var noticeTitle = '<ul class="layui-tab-title">';
|
||||
var noticeContent = '<div class="layui-tab-content" style="height:' + option.height + ';overflow-x: hidden;">';
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ window.rootPath = (function(src) {
|
|||
|
||||
layui.config({
|
||||
base: rootPath + "module/",
|
||||
version: "3.7.6.Release"
|
||||
version: "3.7.8.Release"
|
||||
}).extend({
|
||||
admin: "admin", // 框架布局组件
|
||||
menu: "menu", // 数据菜单组件
|
||||
|
|
|
|||
Loading…
Reference in New Issue