更新 simpleadmin/www/index.html
This commit is contained in:
parent
4c3b049fec
commit
12018e41ff
@ -182,12 +182,7 @@
|
|||||||
<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; /* 固定表格布局 */
|
<style>.table th,.table td { white-space: nowrap; /* 防止换行 */}</style>
|
||||||
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