修改表格样式

This commit is contained in:
augushong
2019-10-19 12:54:24 +08:00
parent e7aa648486
commit 7b7823822f
5 changed files with 36 additions and 11 deletions

View File

@@ -9,6 +9,10 @@
.main-container{
margin-top: 10px;
}
.layui-table img{
max-width: 60px;
max-height: 60px;;;
}
</style>
<script>
@@ -35,4 +39,15 @@
}
})
</script>
{:get_system_config('site_tongji')}
{:get_system_config('site_tongji')}
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?acfaf971e7aa8c71a132e7fc5f8b5896";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>