{% extends 'base.html' %} {% block title %}ZFSAFE{% endblock %} {% block style_link %} {% endblock %} {% block style %} /* 搜索条件区域居中 */ .search-area { text-align: center; margin-bottom: 15px; } /* 表格样式 */ .table thead th { text-align: center; /* 表头居中 */ vertical-align: middle; } .table tbody td { vertical-align: middle; padding: 0.3rem 0.5rem; /* 缩小单元格上下内边距 */ line-height: 1.5; } /* 序号列宽度较小 */ .table thead th.seq-col, .table tbody td.seq-col { width: 50px; text-align: center; } /* 分页控件右对齐 */ .pagination { justify-content: end; } /* 左侧任务列表整体样式 */ .task-list { height: calc(100vh - 210px); overflow-y: auto; background-color: #fff; padding: 5px; border-right: 1px solid #ddd; } /* 每个任务项样式 */ .task-item { padding: 5px; margin-bottom: 5px; background-color: #f9f9f9; border: 1px solid #eee; border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease, box-shadow 0.3s ease; } /* 任务项选中状态样式 */ .task-item.selected { background-color: #e6f7ff; border: 1px solid #1890ff; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); } .task-item:hover { background-color: #e6f7ff; } .task-item.selected { border-color: #1890ff; background-color: #bae7ff; } /* 任务目标样式,第一行 */ .task-target { font-weight: bold; } /* 任务状态,第二行,有缩进 */ .task-status { margin-left: 10px; color: #666; font-size: 0.8rem; } /* 定义一个全高容器,与左侧任务列表高度保持一致 */ .full-height { height: calc(100vh - 210px); } /* 右侧区域采用 flex 布局,垂直排列 */ .right-container { display: flex; flex-direction: column; } /* 基本信息区域,保持固定高度 */ .basic-info { /* 根据需要设定高度,或保持内容自适应 */ flex: 0 0 auto; } /* Tab 内容区域占满剩余空间 */ .tab-wrapper { flex: 1 1 auto; display: flex; flex-direction: column; overflow: hidden; /* 防止内部溢出 */ } /* 导航部分根据内容高度 */ #myTab { flex: 0 0 auto; } .tab-content{ flex: 1 1 auto; overflow-y: auto; } .disabled-btn { /* 禁用状态样式 */ background-color: #cccccc; /* 灰色背景 */ color: #666666; /* 文字颜色变浅 */ cursor: not-allowed; /* 鼠标显示禁用图标 */ opacity: 0.7; /* 可选:降低透明度 */ /* 禁用点击事件(通过 disabled 属性已实现,此样式仅增强视觉效果) */ pointer-events: none; /* 可选:彻底阻止鼠标事件 */ } {% endblock %} {% block modal %} {% include 'task_manager_modal.html' %} {% endblock %} {% block content %}

加载中...

192.168.1.110
执行中
安全

加载中...

节点信息

节点名称: -

测试状态: -

漏洞类型: -

漏洞级别: -

工作状态: -

执行状态: -

序号 节点路径 指序 执行指令 执行结果
序号 节点路径 漏洞类型 漏洞级别 漏洞说明
{% endblock %} {% block script %} {% endblock %}