From 45eb85f9fdd70e82498e066a12cf279ec975c105 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 14 十一月 2022 10:19:25 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/ste.css | 1 +
src/main/webapp/views/ste.html | 16 +++++++++++++---
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/css/ste.css b/src/main/webapp/static/css/ste.css
index 75d4835..5f86238 100644
--- a/src/main/webapp/static/css/ste.css
+++ b/src/main/webapp/static/css/ste.css
@@ -30,6 +30,7 @@
.ste-command-item {
padding: 4px 0;
+ margin-top: 5px;
}
.ste-command-item label {
font-size: 20px;
diff --git a/src/main/webapp/views/ste.html b/src/main/webapp/views/ste.html
index fef6d07..63626dd 100644
--- a/src/main/webapp/views/ste.html
+++ b/src/main/webapp/views/ste.html
@@ -21,21 +21,31 @@
<!-- 鏃ュ織鐩戞帶鏉� -->
<div class="log-board">
<div class="command-log">
- <div data-steNo="1" class="ste-command-item" style="margin-top: 30px">
+ <div data-steNo="1" class="ste-command-item">
<label>1#</label>
<button class="demoBtn pos-btn">鏁版嵁缁存姢</button>
<button id="mode-1" class="demoBtn mode-btn" > - </button>
</div>
- <div data-steNo="2" class="ste-command-item" style="margin-top: 30px">
+ <div data-steNo="2" class="ste-command-item">
<label>2#</label>
<button class="demoBtn pos-btn">鏁版嵁缁存姢</button>
<button id="mode-2" class="demoBtn mode-btn" > - </button>
</div>
- <div data-steNo="3" class="ste-command-item" style="margin-top: 30px">
+ <div data-steNo="3" class="ste-command-item">
<label>3#</label>
<button class="demoBtn pos-btn">鏁版嵁缁存姢</button>
<button id="mode-3" class="demoBtn mode-btn" > - </button>
</div>
+ <div data-steNo="4" class="ste-command-item">
+ <label>4#</label>
+ <button class="demoBtn pos-btn">鏁版嵁缁存姢</button>
+ <button id="mode-4" class="demoBtn mode-btn" > - </button>
+ </div>
+ <div data-steNo="5" class="ste-command-item">
+ <label>5#</label>
+ <button class="demoBtn pos-btn">鏁版嵁缁存姢</button>
+ <button id="mode-5" class="demoBtn mode-btn" > - </button>
+ </div>
</div>
<!-- 鍫嗗灈鏈虹姸鎬佷綅淇℃伅 -->
<div class="ste-state">
--
Gitblit v1.9.1