Commit 81a21996 authored by 李苏's avatar 李苏 💬

看板和模块调整

parent 9400fdf0
...@@ -5,10 +5,15 @@ ...@@ -5,10 +5,15 @@
<!-- <!--
--> -->
<div class="bigTitle"> <div class="bigTitle">
工业互联网态势分析与安全管理系统 <!-- <div style="font-size: 14px;line-height: 24px;" >蒲城清洁能源化工有限责任公司</div> -->
<div style="font-size: 15px;line-height: 54px;" >
蒲洁能化工业互联网态势分析与安全管理系统
</div>
<span class='kbtime'>{{newTime}}</span> <span class='kbtime'>{{newTime}}</span>
<span class='kbgsname'>蒲城清洁能源化工有限责任公司</span> <!-- <span class='kbgsname'>蒲城清洁能源化工有限责任公司</span> -->
</div> </div>
<!-- 开始三分布局--> <!-- 开始三分布局-->
<div class="main_body"> <div class="main_body">
...@@ -183,7 +188,7 @@ ...@@ -183,7 +188,7 @@
<!-- 1--> <!-- 1-->
<div class="main_body_right_c1"> <div class="main_body_right_c1">
<div class="full flex-center"> <div class="full flex-center">
<div id="aqscts" style="width: 100%;font-size: 24px;line-height:100%;text-align: center;"> <div id="aqscts" style="width: 100%;font-size: 24px;line-height:100%;text-align: center; transform: translateY(-25px);">
已连续安全运行<span style="color: #39b778;font-size: 32px;font-style: italic;font-weight: 800;">{{aqts}}</span> 已连续安全运行<span style="color: #39b778;font-size: 32px;font-style: italic;font-weight: 800;">{{aqts}}</span>
</div> </div>
...@@ -237,7 +242,7 @@ ...@@ -237,7 +242,7 @@
<div class="main_body_right_c4"> <div class="main_body_right_c4">
<div class="full"> <div class="full">
<div class="main_title"> <div class="main_title">
<span>报警等级统计</span> <span>报警等级统计</span>
</div> </div>
<div class="mkbody data-box1"> <div class="mkbody data-box1">
...@@ -394,7 +399,7 @@ ...@@ -394,7 +399,7 @@
}, },
initSsList() { initSsList() {
this.$post('ksh/real/gj', { this.$post('ksh/real/gj', {
dateType: 'D' dateType: 'W'
}).then(res => { }).then(res => {
let records = res.data.records || [] let records = res.data.records || []
console.log(records, 'sslist') console.log(records, 'sslist')
...@@ -1345,9 +1350,9 @@ ...@@ -1345,9 +1350,9 @@
background-image: url('./static/title.png'); background-image: url('./static/title.png');
background-size: 100% 100%; background-size: 100% 100%;
text-align: center; text-align: center;
line-height: 60px; // line-height: 60px;
color: #3279d5; color: #3279d5;
font-size: 19px; // font-size: 19px;
font-weight: 800; font-weight: 800;
} }
...@@ -1360,8 +1365,8 @@ ...@@ -1360,8 +1365,8 @@
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
color: #fff; color: #fff;
right: 10%; left: 10%;
top: 10px; top: 24px;
} }
.data-title1 { .data-title1 {
...@@ -1398,7 +1403,7 @@ ...@@ -1398,7 +1403,7 @@
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
color: #7489ff; color: #7489ff;
left: 10%; right: 10%;
top: 8px; top: 8px;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27 * @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-04-09 15:17:01 * @LastEditTime: 2025-05-09 09:45:55
* @FilePath: /pjnkb-vue/src/views/jcxxgl/zcxx/index.vue * @FilePath: /pjnkb-vue/src/views/jcxxgl/zcxx/index.vue
--> -->
<template> <template>
...@@ -79,7 +79,14 @@ ...@@ -79,7 +79,14 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
} },
{
label: 'IP地址',
prop: 'ipaddr',
span: 6,
type: 'input',
value: ''
}
] ]
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment