Compare commits

...

3 Commits

Author SHA1 Message Date
邹景立
fd8a18680c Update index.html 2022-03-19 21:49:14 +08:00
邹景立
7c101b00a6 Update style.css 2022-03-19 21:45:09 +08:00
邹景立
811563e59b Update script.js 2022-03-19 21:44:42 +08:00
3 changed files with 5 additions and 3 deletions

View File

@ -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'}
]]
});
});

View File

@ -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 脚本代码 */

View File

@ -1,4 +1,4 @@
/* --------------------------------------------------
/* 自定义后台扩展式,需要在加载 console.css 后载入
/* 自定义后台扩展式,需要在加载 console.css 后载入
/* 使用 php think xadmin:install static 时不会更新此文件
/* -------------------------------------------------- */