更新 simpleadmin/www/settings.html
This commit is contained in:
parent
b25e6e4fc0
commit
5003b25735
@ -143,7 +143,9 @@
|
||||
<div class="card-text table-responsive-sm">
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<style>.table th,.table td { white-space: nowrap; /* 防止换行 */}</style>
|
||||
<style>.table th,.table td { white-space: nowrap; /* 防止换行 */}
|
||||
.button-group {display: flex; /* 使用 Flexbox 使按钮在同一行 */gap: 5px; /* 按钮间的间距 */}
|
||||
</style>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">重启</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user