web/src/views/SecureManage/RiskGrad/components/PollingTask.vue
@@ -1,6 +1,6 @@ <!-- 安全管理 ==> 风险分级管控 => 区域巡检(巡检任务)--> <template> <div> <div class="wrap"> <div class="main_header"> <div class="header_item"> <span class="header_label">巡检任务:</span> @@ -385,6 +385,17 @@ <style lang="scss" scoped> @import '@/style/layout-main.scss'; .wrap { display: flex; flex-direction: column; height: 100%; .main_content { overflow: hidden; flex: 1; } } .divider { position: relative; margin-bottom: 30px;