From 94da0698c01915b1e340415e080aa03050700d97 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期二, 15 十月 2024 17:04:56 +0800
Subject: [PATCH] 增加川印的模型

---
 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