From 0edbadbfd1c973e83cc5ced6125a33d7417ca24d Mon Sep 17 00:00:00 2001
From: BaoXs <bao_dida@163.com>
Date: 星期一, 16 五月 2022 10:55:31 +0800
Subject: [PATCH] 合并代码

---
 view/project/editPoint.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/view/project/editPoint.html b/view/project/editPoint.html
index a632175..c551618 100644
--- a/view/project/editPoint.html
+++ b/view/project/editPoint.html
@@ -13,7 +13,7 @@
             margin-top: 5px;
         }
         .labelInput {
-            width: 150px;
+            width: 180px;
             height: 30px;
             margin-left: 25px;
             margin-right: 50px;
@@ -81,8 +81,8 @@
                 <input id="input" class="labelInput" type="text" placeholder="杈撳叆鏂囧瓧" autocomplete="off" oninput="labelChange(event)" onporpertychange="labelChange(event)"/>
             </div>
             <div>
-                <span class="text">鍥剧墖</span>
-                <button type="button" class="layui-btn layui-btn-fluid layui-bg-black" style="height:30px;margin-top:10px;line-height: 30px;float: left;" id="uploadImg">
+                <span class="text" style="margin-top: 10px;">鍥剧墖</span>
+                <button type="button" class="layui-btn layui-bg-black" style="width:180px;height:30px;margin-top:10px;margin-left: 25px;line-height: 30px;float: left;" id="uploadImg">
                     <i class="layui-icon">&#xe67c;</i>涓婁紶鍥剧墖
                 </button>
             </div>

--
Gitblit v1.9.1