优化“预热超时时间”输入框长度

This commit is contained in:
GoEdgeLab
2024-04-15 21:15:33 +08:00
parent 9ba09eeb3a
commit 24e716cb9d
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
<tr>
<td>预热超时时间</td>
<td>
<time-duration-box :v-name="'fetchTimeoutJSON'" :v-unit="'minute'"></time-duration-box>
<time-duration-box :v-name="'fetchTimeoutJSON'" :v-unit="'minute'" maxlength="6"></time-duration-box>
<p class="comment">预热读取源站的超时时间默认20分钟。</p>
</td>
</tr>