.
This commit is contained in:
@@ -44,10 +44,10 @@ body {
|
||||
}
|
||||
#left.col-md-1 {
|
||||
padding: 0 2px;
|
||||
width: 10.63333333%;
|
||||
width: 10.64%;
|
||||
}
|
||||
#mainDiv .col-md-11 {
|
||||
width: 89.36666667%;
|
||||
width: 89.36%;
|
||||
/*background-color: #fff;*/
|
||||
}
|
||||
#left .nav {
|
||||
@@ -102,7 +102,7 @@ table td,th{
|
||||
white-space:nowrap;
|
||||
overflow:hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 200px;
|
||||
max-width: 173px;
|
||||
}
|
||||
th{
|
||||
background-color: #f1f1f1;
|
||||
|
||||
@@ -40,12 +40,12 @@ var red = {
|
||||
},
|
||||
getPlatToken: function() {
|
||||
let plat = red.getData("sysPlat");
|
||||
if (!plat) {
|
||||
/*if (!plat) {
|
||||
red.showMsg({type:'error', placement: 'center', msg: '登陆过期,请前往登陆'});
|
||||
setTimeout(function () {
|
||||
location.href = "/user/login.html";
|
||||
}, 2000);
|
||||
}
|
||||
}*/
|
||||
return plat["token"];
|
||||
},
|
||||
getJSON: function (url, params = {}, callback) {
|
||||
@@ -211,4 +211,4 @@ var red = {
|
||||
|
||||
String.prototype.replaceAll=function(s,t){
|
||||
return red.replaceAll(this, s, t);
|
||||
}
|
||||
}
|
||||
|
||||
BIN
root/res/wangEditor/fonts/w-e-icon.woff
Normal file
BIN
root/res/wangEditor/fonts/w-e-icon.woff
Normal file
Binary file not shown.
411
root/res/wangEditor/wangEditor.css
Normal file
411
root/res/wangEditor/wangEditor.css
Normal file
File diff suppressed because one or more lines are too long
4674
root/res/wangEditor/wangEditor.js
Normal file
4674
root/res/wangEditor/wangEditor.js
Normal file
File diff suppressed because one or more lines are too long
1
root/res/wangEditor/wangEditor.min.css
vendored
Normal file
1
root/res/wangEditor/wangEditor.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
root/res/wangEditor/wangEditor.min.js
vendored
Normal file
4
root/res/wangEditor/wangEditor.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
root/res/wangEditor/wangEditor.min.js.map
Normal file
1
root/res/wangEditor/wangEditor.min.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user