Compare commits

...

4 Commits

Author SHA1 Message Date
邹景立
c67382a1aa 修改后台样式 2022-03-19 22:08:12 +08:00
邹景立
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
6 changed files with 9 additions and 7 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 时不会更新此文件
/* -------------------------------------------------- */

View File

@ -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