样式调整

This commit is contained in:
BianLzhaoMin 2025-02-25 15:12:04 +08:00
parent 1f07b06f43
commit fc238e9e51
1 changed files with 3 additions and 3 deletions

View File

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