更新 simpleadmin/www/network.html
This commit is contained in:
parent
a1211ace2d
commit
b25e6e4fc0
@ -193,8 +193,12 @@
|
|||||||
|
|
||||||
<div class="mb-4 input-group grid gap-3">
|
<div class="mb-4 input-group grid gap-3">
|
||||||
<label for="SIM1" class="form-label"> 更改SIM卡</label>
|
<label for="SIM1" class="form-label"> 更改SIM卡</label>
|
||||||
<style>.table th,.table td { white-space: nowrap; /* 防止换行 */}</style>
|
|
||||||
<div class="form-check form-check-inline">
|
<div class="form-check form-check-inline">
|
||||||
|
<style> .form-check-inline {
|
||||||
|
display: inline-flex; /* 确保选项在同一行 */
|
||||||
|
align-items: center; /* 垂直居中对齐 */
|
||||||
|
margin-right: 15px; /* 添加间距 */ }
|
||||||
|
</style>
|
||||||
<input
|
<input
|
||||||
class="form-check-input"
|
class="form-check-input"
|
||||||
type="radio"
|
type="radio"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user