From 78028cee453a5878835a27f884ae36c0900fe8f7 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期一, 23 九月 2024 08:41:03 +0800
Subject: [PATCH] no message
---
CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/edit.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/edit.html b/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/edit.html
index b76dc4c..0598873 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/edit.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/corecmsplanorder/edit.html
@@ -162,12 +162,12 @@
{{ item.amount }}
</td>
<td>
- <input name="itemNumarray" lay-verType="tips" type="number" min="0" max="99999999" lay-verify="required|number" class="layui-input" placeholder="璇疯緭鍏ユ暟閲�" lay-reqText="璇疯緭鍏ユ暟閲�" value="{{ item.numsnew }}" onchange="changenum('{{ index }}')" />
+ <input style="height:21px;" name="itemNumarray" lay-verType="tips" type="number" min="0" max="99999999" lay-verify="required|number" class="layui-input" placeholder="璇疯緭鍏ユ暟閲�" lay-reqText="璇疯緭鍏ユ暟閲�" value="{{ item.numsnew }}" onchange="changenum('{{ index }}')" />
</td>
<td>
- <input name="amount" type="number" class="layui-input" value="{{ item.amountnew }}" readonly="readonly" />
+ <input style="height:21px;" name="amount" type="number" class="layui-input" value="{{ item.amountnew }}" readonly="readonly" />
</td>
</tr>
{{# }); }}
--
Gitblit v1.9.1