|
|
@ -82,13 +82,15 @@ |
|
|
|
<tbody> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
<button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()"> |
|
|
|
<i class="fas fa-plus"></i> 添加一行 |
|
|
|
</button> |
|
|
|
<div class="d-flex justify-content-between"> |
|
|
|
<button type="button" class="btn btn-outline-primary btn-sm" onclick="addCoreOrImsRow()"> |
|
|
|
<i class="fas fa-plus"></i> 添加一行 |
|
|
|
</button> |
|
|
|
<button type="button" class="btn btn-primary" onclick="submitAddConfig()"> |
|
|
|
<i class="fas fa-check"></i> 添加 |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<button type="button" class="btn btn-primary" onclick="submitAddConfig()"> |
|
|
|
<i class="fas fa-check"></i> 添加 |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|