This commit is contained in:
parent
fc238e9e51
commit
27323e9e20
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue