{% extends 'base.html' %}
{% block title %}ZFSAFE{% endblock %}
{% block style %}
/* 表格固定行高与居中 */
.table-fixed tbody tr { height: 40px; }
.table-fixed td, .table-fixed th { vertical-align: middle; text-align: center; }
/* 操作按钮间距 */
.asset-op-btn { margin: 0 2px; }
.offcanvas {
z-index: 1060 !important;
}
#historyPortTable {
table-layout: fixed;
width: 100%; /* 或者你想要的整体宽度 */
}
#historyPortTable th {
/* 你在 JS 动态插入 style="width:120px" */
}
#historyPortTable td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
{% endblock %}
{% block content %}
序号 |
资产IP |
所属用户 |
风险 |
最新检测时间 |
端口 |
关联域名 |
操作 |
序号 |
域名 |
所属用户 |
注册邮箱 |
最新检测时间 |
过期日期 |
IP |
操作 |
序号 |
域名 |
子域名 |
注册人 |
注册邮箱 |
创建时间 |
过期时间 |
{% endblock %}
{% block script %}
{% endblock %}