From 098343a983ceba34ee253453c45b903b95d8e877 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 04 十二月 2023 08:02:26 +0800
Subject: [PATCH] #输送线plc异常显示
---
src/main/webapp/views/realtimeWatch/crn2.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/views/realtimeWatch/crn2.html b/src/main/webapp/views/realtimeWatch/crn2.html
index 4c4a3a4..95b21cf 100644
--- a/src/main/webapp/views/realtimeWatch/crn2.html
+++ b/src/main/webapp/views/realtimeWatch/crn2.html
@@ -42,50 +42,50 @@
</head>
<body>
<div style="padding: 10px;height: 100%;float: left;width: 6%">
- <div class="button-window"></div>
+<!-- <div class="button-window"></div>-->
</div>
<div style="height: 100%;padding-left: 6%">
<div style="padding: 10px;height: 100%">
<!-- 鏃ュ織鐩戞帶鏉� -->
- <div class="log-board">
+ <div class="log-board" >
<!-- 鎵ц鍛戒护 -->
<!-- 鎵ц鍛戒护 -->
- <div class="command-log">
+ <div class="command-log" style="overflow: auto;">
<h3>鎵ц涓殑鍛戒护</h3>
<div class="crn-command-item">
<label>1#</label>
- <button id="demoBtn-1" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-1" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn1" disabled="disabled">
</div>
<div class="crn-command-item">
<label>2#</label>
- <button id="demoBtn-2" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-2" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn2" disabled="disabled">
</div>
<div class="crn-command-item">
<label>3#</label>
- <button id="demoBtn-3" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-3" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn3" disabled="disabled">
</div>
<div class="crn-command-item">
<label>4#</label>
- <button id="demoBtn-4" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-4" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn4" disabled="disabled">
</div>
<div class="crn-command-item">
<label>5#</label>
- <button id="demoBtn-5" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-5" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn5" disabled="disabled">
</div>
<div class="crn-command-item">
<label>6#</label>
- <button id="demoBtn-6" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!-- <button id="demoBtn-6" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>-->
<!-- <span> </span>-->
<input id="crn6" disabled="disabled">
</div>
--
Gitblit v1.9.1