优化修复
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
<script src="css/vendor/tailwind.css"></script>
|
||||
<!-- Font Awesome -->
|
||||
<link href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<!-- 自定义样式 -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
<!-- Chart.js 本地备用 -->
|
||||
<script src="js/vendor/chart.umd.min.js" onerror="this.onerror=null;this.src='js/chart.umd.min.js';"></script>
|
||||
<!-- Tailwind 配置 -->
|
||||
@@ -656,7 +658,7 @@
|
||||
|
||||
<!-- 规则列表 -->
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full">
|
||||
<table class="min-w-full resizable-table">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-200">
|
||||
<th class="text-left py-3 px-4 text-sm font-medium text-gray-500">规则</th>
|
||||
@@ -701,7 +703,7 @@
|
||||
|
||||
<!-- 黑名单列表 -->
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full">
|
||||
<table class="min-w-full resizable-table">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-200">
|
||||
<th class="text-left py-3 px-4 text-sm font-medium text-gray-500">名称</th>
|
||||
@@ -741,7 +743,7 @@
|
||||
|
||||
<!-- Hosts列表 -->
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full">
|
||||
<table class="min-w-full resizable-table">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-200">
|
||||
<th class="text-left py-3 px-4 text-sm font-medium text-gray-500">IP地址</th>
|
||||
@@ -962,7 +964,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full">
|
||||
<table class="min-w-full resizable-table">
|
||||
<thead>
|
||||
<tr class="border-b border-gray-200">
|
||||
<th class="text-left py-3 px-4 text-sm font-medium text-gray-500 cursor-pointer hover:text-primary transition-colors" data-sort="time">
|
||||
|
||||
Reference in New Issue
Block a user