mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-24 23:25:36 +08:00
Compare commits
4 Commits
e829aba4f6
...
c67382a1aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c67382a1aa | ||
|
|
fd8a18680c | ||
|
|
7c101b00a6 | ||
|
|
811563e59b |
@ -33,7 +33,7 @@
|
||||
{field: 'geoip', title: '访问地址', minWidth: 100},
|
||||
{field: 'geoisp', title: '网络服务商', minWidth: 100},
|
||||
{field: 'create_at', title: '操作时间', minWidth: 170, align: 'center', sort: true},
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'}
|
||||
{toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'}
|
||||
]]
|
||||
});
|
||||
});
|
||||
|
||||
@ -20,8 +20,10 @@ $(function () {
|
||||
// 'vue': ['json']
|
||||
// },
|
||||
// });
|
||||
// require(['vue'], function (vue) {
|
||||
// // 基于 Require 加载测试
|
||||
// require(['vue', 'md5'], function (vue, md5) {
|
||||
// console.log(vue)
|
||||
// console.log(md5.hash('content'))
|
||||
// });
|
||||
|
||||
/*! 其他 javascript 脚本代码 */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* --------------------------------------------------
|
||||
/* 自定义后台扩展新式,需要在加载 console.css 后载入
|
||||
/* 自定义后台扩展样式,需要在加载 console.css 后载入
|
||||
/* 使用 php think xadmin:install static 时不会更新此文件
|
||||
/* -------------------------------------------------- */
|
||||
@ -319,7 +319,7 @@
|
||||
box-sizing: border-box;
|
||||
|
||||
> .layui-card-html {
|
||||
padding: 15px 15px 10px 15px;
|
||||
padding: 15px;
|
||||
min-width: 100%;
|
||||
position: absolute;
|
||||
box-sizing: border-box;
|
||||
@ -327,7 +327,7 @@
|
||||
}
|
||||
|
||||
> .layui-card-table {
|
||||
padding: 15px 15px 10px 15px;
|
||||
padding: 15px;
|
||||
box-sizing: border-box;
|
||||
#bodyLayout();
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user