From 61ceac3d348b5d2a58cba2bfde1002674368002e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 24 十二月 2020 16:54:14 +0800
Subject: [PATCH] #newVersion
---
src/main/webapp/views/crn.html | 6 ++++++
src/main/webapp/views/console.html | 4 ++++
src/main/webapp/static/css/console.css | 10 ++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 8fc3705..c82ff51 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -406,6 +406,16 @@
font-size: xx-small;
margin-left: 35px;
}
+/* 鎵爜鍣�2 */
+#code-decoder-2 {
+ top: 285px;
+ left: 440px;
+}
+/* 鎵爜鍣ㄦ暟鎹�2 */
+#code-decoder-data-2 {
+ font-size: xx-small;
+ margin-left: 35px;
+}
/* 寮圭獥 */
form .form-item {
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 0e23ede..898b7fd 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -83,6 +83,10 @@
<div id="code-decoder-1" class="code-decoder">
<span id="code-decoder-data-1" class="code-decoder-data">0</span>
</div>
+ <!-- 鎵爜鍣� -->
+ <div id="code-decoder-2" class="code-decoder">
+ <span id="code-decoder-data-2" class="code-decoder-data">0</span>
+ </div>
<!----------- 宸﹁緭閫佺嚎 ---------->
diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index 5d08665..4747862 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -52,6 +52,12 @@
<!-- <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>
+ <!-- <span> </span>-->
+ <input id="crn2" disabled="disabled">
+ </div>
</div>
<!-- 鍫嗗灈鏈虹姸鎬佷綅淇℃伅 -->
<div class="crn-state">
--
Gitblit v1.9.1