From eab99bbab32622828acdb1fcb2d61eb22c9d5ff7 Mon Sep 17 00:00:00 2001
From: zhanmingkan <496160012@qq.com>
Date: 星期一, 16 五月 2022 09:06:47 +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"></i>涓婁紶鍥剧墖
</button>
</div>
--
Gitblit v1.9.1