mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改样式
This commit is contained in:
parent
84442d5e62
commit
320d934d86
@ -12,30 +12,6 @@
|
|||||||
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
/*! 数组兼容处理 */
|
|
||||||
if (typeof Array.prototype.some !== 'function') {
|
|
||||||
Array.prototype.some = function (callable) {
|
|
||||||
for (var i in this) if (callable(this[i], i, this) === true) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
if (typeof Array.prototype.every !== 'function') {
|
|
||||||
Array.prototype.every = function (callable) {
|
|
||||||
for (var i in this) if (callable(this[i], i, this) === false) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
if (typeof Array.prototype.forEach !== 'function') {
|
|
||||||
Array.prototype.forEach = function (callable, context) {
|
|
||||||
typeof context === "undefined" ? context = window : null;
|
|
||||||
for (var i in this) callable.call(context, this[i], i, this)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
/*! 应用根路径,静态插件库路径,动态插件库路径 */
|
/*! 应用根路径,静态插件库路径,动态插件库路径 */
|
||||||
var srcs = document.scripts[document.scripts.length - 1].src.split('/');
|
var srcs = document.scripts[document.scripts.length - 1].src.split('/');
|
||||||
window.appRoot = srcs.slice(0, -2).join('/') + '/';
|
window.appRoot = srcs.slice(0, -2).join('/') + '/';
|
||||||
|
@ -162,8 +162,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-sm {
|
&-sm {
|
||||||
width: 36px;
|
width: 40px;
|
||||||
height: 36px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-md {
|
&-md {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user