From e76b40363630b51ca3c287b8ea13626839c32a3e Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 08 十二月 2023 13:10:57 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/realtimeWatch/crn2.html |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/main/webapp/views/realtimeWatch/crn2.html b/src/main/webapp/views/realtimeWatch/crn2.html
index d094322..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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</span>-->
           <input id="crn6" disabled="disabled">
         </div>
@@ -159,6 +159,7 @@
             <label><input type="radio" name="crnSelect" value="3">&nbsp;3鍙峰爢鍨涙満</label>
             <label><input type="radio" name="crnSelect" value="4">&nbsp;4鍙峰爢鍨涙満</label>
             <label><input type="radio" name="crnSelect" value="5">&nbsp;5鍙峰爢鍨涙満</label>
+            <label><input type="radio" name="crnSelect" value="6">&nbsp;6鍙峰爢鍨涙満</label>
           </div>
         </div>
         <!-- 婧愮珯/婧愬簱浣� 閫夋嫨 -->
@@ -218,7 +219,7 @@
             <button class="item" onclick="siteMove()">绔欏埌绔�</button>
             <!--                <button class="item" onclick="bacOrigin()">鍥炲師鐐�</button>-->
             <!--                <button class="item" onclick="reverseOrigin()">鍙嶅師鐐�</button>-->
-            <!--                <button class="item" onclick="coorMove()">鍧愭爣绉昏</button>-->
+            <button class="item" onclick="coorMove()">鍧愭爣绉昏</button>
             <button class="item" onclick="taskComplete()">浠诲姟瀹屾垚</button>
             <!--                <button class="item" onclick="pause()">鏆傚仠</button>-->
             <!--                <button class="item" onclick="boot()">鍚姩</button>-->

--
Gitblit v1.9.1