This commit is contained in:
BianLzhaoMin 2025-02-25 15:14:46 +08:00
parent fc238e9e51
commit 27323e9e20
1 changed files with 3 additions and 3 deletions

View File

@ -230,10 +230,10 @@
<div style="padding: 11px;">
<form id="uploadForm">
<div style="display: flex; align-items: center;">
<label for="numberInput" style="margin-right: 10px;min-width:"140px"">${e.title}</label>
<input type="text" data-id="${dialogLabelInfo[index].field}" id="numberInput" name="numberInput" min="0.01" step="0.01" placeholder="请输入大于0的数字" style=";min-width:"180px"; padding: 5px;" required value="${tableList[rowIndex][dialogLabelInfo[index].field]}">
<label for="numberInput" style="margin-right: 10px;width:"140px"">${e.title}</label>
<input type="text" data-id="${dialogLabelInfo[index].field}" id="numberInput" name="numberInput" min="0.01" step="0.01" placeholder="请输入大于0的数字" style=";width:"180px"; padding: 5px;" required value="${tableList[rowIndex][dialogLabelInfo[index].field]}">
<button type="button" id="uploadBtn" style="color: #4CAF50; border: none; margin-left: 10px; cursor: pointer;">
+ 上传分依据
+ 上传分依据
</button>
</div>
</form>