This commit is contained in:
BianLzhaoMin 2025-02-25 15:20:02 +08:00
parent baf270748a
commit a5df765061
1 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Demo</title>
<link rel="stylesheet" href="../../../layui/css/layui.css" />
</head>
<body>
@ -230,8 +232,8 @@
<div style="padding: 11px;">
<form id="uploadForm">
<div style="display: flex; align-items: center;">
<label for="numberInput" style="margin-right: 10px;width:"180px";display: block">${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]}">
<div style="margin-right: 10px;width:"180px";>${e.title}</div>
<input type="text" data-id="${dialogLabelInfo[index].field}" id="numberInput" name="numberInput" min="0.01" step="0.01" placeholder="请输入大于0的数字" style=";width:"180px"; padding:12px 5px;" value="${tableList[rowIndex][dialogLabelInfo[index].field]}">
<button type="button" id="uploadBtn" style="color: #4CAF50; border: none; margin-left: 10px; cursor: pointer;">
+ 上传评分依据
</button>