更新 simpleadmin/www/index.html
This commit is contained in:
parent
2f9ea99e3f
commit
27bd1bec83
@ -182,6 +182,12 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-text table-responsive-sm">
|
<div class="card-text table-responsive-sm">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
<style>.table {table-layout: fixed; /* 固定表格布局 */
|
||||||
|
width: 100%; /* 设置表格宽度为100% */}
|
||||||
|
th, td {overflow: hidden; /* 超出部分隐藏 */
|
||||||
|
text-overflow: ellipsis; /* 超出部分用省略号表示 */
|
||||||
|
white-space: nowrap; /* 禁止换行 */}
|
||||||
|
</style>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">SIM卡</th>
|
<th scope="row">SIM卡</th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user